CMGDK r49-rc2
|
函数 | |
void | GetName () |
void | SetName () |
int | GetWidth () |
int | GetHeight () |
bool | GetBold () |
bool | GetItalic () |
void | SetWidth (int) |
void | SetHeight (int) |
void | SetBold (bool) |
void | SetItalic (bool) |
void | InitPrivate () |
变量 | |
WideString | name |
int | width |
int | height |
bool | bold |
bool | italic |
bool GetBold | ( | ) | [protected] |
int GetHeight | ( | ) | [protected] |
bool GetItalic | ( | ) | [protected] |
void GetName | ( | ) | [protected] |
int GetWidth | ( | ) | [protected] |
void InitPrivate | ( | ) | [protected] |
void SetBold | ( | bool | ) | [protected] |
void SetHeight | ( | int | ) | [protected] |
void SetItalic | ( | bool | ) | [protected] |
void SetName | ( | ) | [protected] |
void SetWidth | ( | int | ) | [protected] |
bool bold |
int height |
bool italic |
WideString name |
int width |