Blender V4.3
TextBoxBounds_ForCursor Struct Reference

Public Attributes

rctf bounds
 
int char_index_last
 

Detailed Description

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.

Definition at line 801 of file vfont.cc.

Member Data Documentation

◆ bounds

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().

◆ char_index_last

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().


The documentation for this struct was generated from the following file: