Blender
V3.3
|
Public Attributes | |
int | font_id |
int | cwidth_px |
int | lheight_px |
bool | syntax_highlight |
Definition at line 43 of file text_draw.c.
int TextDrawContext::cwidth_px |
Definition at line 45 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 44 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 46 of file text_draw.c.
Referenced by text_draw_context_init(), and text_font_begin().
bool TextDrawContext::syntax_highlight |
Definition at line 47 of file text_draw.c.
Referenced by text_draw_context_init().