Defined in file: hzDissemino.h
Constructors/Detructors
| hdsText* | hdsText | (void) | |
| Default constructor | hdsText() | Not specified in code. Default applies |
Public Methods:
| unsigned int | Align | (void) | |
| void | Clear | (void) | |
| unsigned int | Color | (void) | |
| const char* | Font | (void) | |
| unsigned short | H | (void) | |
| void | Init | (const hzString& text, const hzString& font, unsigned int color, short posV, short posH, int align) | |
| void | SetAlign | (unsigned int align) | |
| void | SetColor | (unsigned int color) | |
| void | SetFont | (const hzString& font) | |
| void | SetH | (short h) | |
| void | SetText | (const hzString& text) | |
| void | SetV | (short v) | |
| const char* | Text | (void) | |
| unsigned short | V | (void) |
Overloaded operators:
| hdsText | operator= | (const hdsText& op) |
Member Variables:
| unsigned int | m_Color | No description | |
| hzString | m_Font | No description | |
| hzString | m_Text | No description | |
| short | m_posH | No description | |
| short | m_posV | No description |