Blender
V3.3
|
#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 369 of file BLF_api.h.
Referenced by blf_font_boundbox_ex(), blf_font_boundbox_foreach_glyph_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), blender::ed::space_node::frame_node_draw_label(), and metadata_draw_imbuf().
int ResultBLF::width |
The 'cursor' position on completion (ignoring character boundbox).
Definition at line 373 of file BLF_api.h.
Referenced by blf_font_boundbox_ex(), blf_font_boundbox_foreach_glyph_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), and ui_draw_menu_item().