CMGDK r49-rc2
|
组合类型 | |
struct | fi |
类型定义 | |
typedef FinUseData< wchar_t, TileObject * > | fud_class |
typedef FudItem< wchar_t, TileObject * > | fud_obj |
函数 | |
virtual void | GetCharImage (const wchar_t, uint8 **, uint &, int &, int &, int &)=0 |
取得字符图形数据 | |
TileObject * | GetCharData (const wchar_t &) |
取得字符数据 | |
int | GetWidth () |
int | GetHeight () |
int | GetLineDistance () |
void | SetLineDistance (int n) |
变量 | |
fi | char_data [0xFFFF] |
所有字符的数据索引 | |
int | font_width |
int | font_height |
int | line_distance |
typedef FinUseData<wchar_t,TileObject *> fud_class |
typedef FudItem<wchar_t,TileObject *> fud_obj |
TileObject* GetCharData | ( | const wchar_t & | ) | [protected] |
取得字符数据
virtual void GetCharImage | ( | const wchar_t | , |
uint8 ** | , | ||
uint & | , | ||
int & | , | ||
int & | , | ||
int & | |||
) | [protected, pure virtual] |
取得字符图形数据
int GetHeight | ( | ) | [protected] |
int GetLineDistance | ( | ) | [protected] |
int GetWidth | ( | ) | [protected] |
void SetLineDistance | ( | int | n | ) | [protected] |
fi char_data[0xFFFF] |
所有字符的数据索引
int font_height |
int font_width |
int line_distance |