|
Blender V4.3
|
Public Attributes | |
| rctf | bounds |
| int | char_index_last |
Track additional information when using the cursor to select with multiple text boxes. This gives a more predictable result when the user moves the cursor outside the text-box.
| rctf TextBoxBounds_ForCursor::bounds |
Describes the minimum rectangle that contains all characters in a text-box, values are compatible with TextBox.
Definition at line 806 of file vfont.cc.
Referenced by vfont_to_curve().
| int TextBoxBounds_ForCursor::char_index_last |
The last character in this text box or -1 when unfilled.
Definition at line 810 of file vfont.cc.
Referenced by vfont_to_curve().