|
Blender
V2.93
|
Public Attributes | |
| int | font_id |
| int | cwidth_px |
| int | lheight_px |
| bool | syntax_highlight |
Definition at line 53 of file text_draw.c.
| int TextDrawContext::cwidth_px |
Definition at line 55 of file text_draw.c.
Referenced by text_draw_context_init(), text_font_draw(), text_font_draw_character(), and text_font_draw_character_utf8().
| int TextDrawContext::font_id |
Definition at line 54 of file text_draw.c.
Referenced by format_draw_color(), 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 56 of file text_draw.c.
Referenced by text_draw_context_init(), and text_font_begin().
| bool TextDrawContext::syntax_highlight |
Definition at line 57 of file text_draw.c.
Referenced by text_draw_context_init().