|
Blender V4.3
|
#include <BLF_api.hh>
Public Attributes | |
| int | lines |
| int | width |
Result of drawing/evaluating the string
Definition at line 402 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 406 of file BLF_api.hh.
Referenced by blf_font_boundbox_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), do_text_effect(), blender::ed::space_node::frame_node_draw_label(), metadata_draw_imbuf(), and ui_tooltip_create_with_data().
| int ResultBLF::width |
The 'cursor' position on completion (ignoring character boundbox).
Definition at line 410 of file BLF_api.hh.
Referenced by blf_font_boundbox_ex(), blf_font_draw_buffer_ex(), blf_font_draw_ex(), blf_font_wrap_apply(), ui_draw_menu_item(), and ui_tooltip_create_with_data().