|
Blender V5.0
|
Public Attributes | |
| blender::float2 | cursor_location |
| int | r_string_offset |
Used when translating a mouse cursor location to a position within the string.
Definition at line 581 of file vfont_curve.cc.
| blender::float2 VFontCursor_Params::cursor_location |
Mouse cursor location in Object coordinate space as input.
Definition at line 583 of file vfont_curve.cc.
Referenced by BKE_vfont_cursor_to_text_index(), and vfont_to_curve().
| int VFontCursor_Params::r_string_offset |
Character position within EditFont::textbuf as output.
Definition at line 585 of file vfont_curve.cc.
Referenced by BKE_vfont_cursor_to_text_index(), and vfont_to_curve().