Inheritance diagram for sswf::TagText::text_setup_t:
Public Member Functions | |
bool | IsUsed (void) const |
text_setup_t (const text_setup_t &setup) | |
text_setup_t (void) | |
void | Unused (void) |
Public Attributes | |
Color | f_color |
const TagFont * | f_font |
unsigned short | f_font_height |
bool | f_has_color |
bool | f_has_font |
bool | f_has_xadjust |
bool | f_has_xoffset |
bool | f_has_yoffset |
long | f_x |
long | f_xadjust |
long | f_y |
TagText::text_setup_t::text_setup_t | ( | void | ) |
TagText::text_setup_t::text_setup_t | ( | const text_setup_t & | setup | ) |
bool TagText::text_setup_t::IsUsed | ( | void | ) | const |
void TagText::text_setup_t::Unused | ( | void | ) |
unsigned short sswf::TagText::text_setup_t::f_font_height |