|
Blender V5.0
|
Public Attributes | |
| int | font_id |
| int | cwidth_px |
| int | lheight_px |
| bool | syntax_highlight |
Definition at line 58 of file text_draw.cc.
| int TextDrawContext::cwidth_px |
Definition at line 60 of file text_draw.cc.
Referenced by draw_text_main(), space_text_draw(), space_text_draw_context_init(), text_font_draw(), text_font_draw_character(), and text_font_draw_character_utf8().
| int TextDrawContext::font_id |
Definition at line 59 of file text_draw.cc.
Referenced by draw_brackets(), draw_text_main(), format_draw_color(), space_text_draw_context_init(), space_text_update_character_width(), text_font_begin(), text_font_draw(), text_font_draw_character(), and text_font_draw_character_utf8().
| int TextDrawContext::lheight_px |
Definition at line 61 of file text_draw.cc.
Referenced by space_text_draw_context_init(), and text_font_begin().
| bool TextDrawContext::syntax_highlight |
Definition at line 62 of file text_draw.cc.
Referenced by draw_brackets(), draw_text_main(), space_text_draw(), space_text_draw_context_init(), and space_text_draw_wrapped().