|
Blender
V2.93
|
#include <BLF_api.h>
Public Attributes | |
| int | lines |
| int | width |
| int ResultBLF::lines |
Number of lines drawn when BLF_WORD_WRAP is enabled (both wrapped and \n newline).
Definition at line 296 of file BLF_api.h.
Referenced by blf_font_boundbox_ex(), blf_font_boundbox_foreach_glyph_ex(), blf_font_draw_ascii_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), metadata_draw_imbuf(), and node_draw_frame_label().
| int ResultBLF::width |
The 'cursor' position on completion (ignoring character boundbox).
Definition at line 300 of file BLF_api.h.
Referenced by blf_font_boundbox_ex(), blf_font_boundbox_foreach_glyph_ex(), blf_font_draw_ascii_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), and ui_draw_menu_item().