|
Blender V4.3
|
Public Attributes | |
| int | font_id |
| int | cwidth_px |
| int | lheight_px |
| bool | syntax_highlight |
Definition at line 55 of file text_draw.cc.
| int TextDrawContext::cwidth_px |
Definition at line 57 of file text_draw.cc.
Referenced by 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 56 of file text_draw.cc.
Referenced by format_draw_color(), space_text_draw_context_init(), text_font_begin(), text_font_draw(), text_font_draw_character(), and text_font_draw_character_utf8().
| int TextDrawContext::lheight_px |
Definition at line 58 of file text_draw.cc.
Referenced by space_text_draw_context_init(), and text_font_begin().
| bool TextDrawContext::syntax_highlight |
Definition at line 59 of file text_draw.cc.
Referenced by space_text_draw_context_init().