CMGDK r49-rc2
|
#include <FontUnit.h>
公有成员 | |
FontUnit () | |
FontUnit (const wchar_t *, int, int=0, bool=false, bool=false) | |
~FontUnit () | |
CharBitmap * | GetCharData (wchar_t) |
bool | DrawToVSAlpha (VSAlpha *, const wchar_t) |
公有属性 | |
WideString | Name |
int | LineDistance |
int | Width |
int | Height |
bool | Bold |
bool | Italic |
int | RefCount |
保护属性 | |
int | line_height |
uint8 * | buf |
int | buf_size |
hgl::FontUnit::FontUnit | ( | ) | [inline] |
hgl::FontUnit::FontUnit | ( | const wchar_t * | fontname, |
int | w, | ||
int | h = 0 , |
||
bool | b = false , |
||
bool | i = false |
||
) |
hgl::FontUnit::~FontUnit | ( | ) |
bool hgl::FontUnit::DrawToVSAlpha | ( | VSAlpha * | vs, |
const wchar_t | ch | ||
) |
CharBitmap * hgl::FontUnit::GetCharData | ( | wchar_t | ch | ) |
bool hgl::FontUnit::Bold |
uint8* hgl::FontUnit::buf [protected] |
int hgl::FontUnit::buf_size [protected] |
int hgl::FontUnit::line_height [protected] |