![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
#include <mg_drawtext.h>
Public Attributes | |
pHyperAttribs | p_ha |
OSDColor | fore_colour |
OSDColor | back_colour |
U32BIT | character_set |
S16BIT | entry_point |
S16BIT | letter_space |
U16BIT | caret |
U8BIT | line_space |
U8BIT | justify |
union { | |
H_FontSize hdl | |
S_FontProp fp | |
} | font |
S_STRING | font_name |
Definition at line 102 of file mg_drawtext.h.
OSDColor _DrawTextAttrib::back_colour |
Definition at line 106 of file mg_drawtext.h.
U16BIT _DrawTextAttrib::caret |
Definition at line 110 of file mg_drawtext.h.
U32BIT _DrawTextAttrib::character_set |
Definition at line 107 of file mg_drawtext.h.
S16BIT _DrawTextAttrib::entry_point |
Definition at line 108 of file mg_drawtext.h.
union { ... } _DrawTextAttrib::font |
S_STRING _DrawTextAttrib::font_name |
Definition at line 118 of file mg_drawtext.h.
OSDColor _DrawTextAttrib::fore_colour |
Definition at line 105 of file mg_drawtext.h.
S_FontProp _DrawTextAttrib::fp |
Definition at line 116 of file mg_drawtext.h.
H_FontSize _DrawTextAttrib::hdl |
Definition at line 115 of file mg_drawtext.h.
U8BIT _DrawTextAttrib::justify |
Definition at line 112 of file mg_drawtext.h.
S16BIT _DrawTextAttrib::letter_space |
Definition at line 109 of file mg_drawtext.h.
U8BIT _DrawTextAttrib::line_space |
Definition at line 111 of file mg_drawtext.h.
pHyperAttribs _DrawTextAttrib::p_ha |
Definition at line 104 of file mg_drawtext.h.