|
Blender V4.5
|
#include <BLF_api.hh>
Public Attributes | |
| int | lines |
| int | width |
Result of drawing/evaluating the string
Definition at line 477 of file BLF_api.hh.
| int ResultBLF::lines |
Number of lines drawn when BLF_WORD_WRAP is enabled (both wrapped and \n newline).
Definition at line 481 of file BLF_api.hh.
Referenced by blf_font_boundbox_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), and UI_fontstyle_draw_multiline_clipped_ex().
| int ResultBLF::width |
The 'cursor' position on completion (ignoring character boundbox).
Definition at line 485 of file BLF_api.hh.
Referenced by blf_font_boundbox_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), and UI_fontstyle_draw_multiline_clipped_ex().