CMGDK r49-rc2
|
#include <hgl/object/Object.H>
#include <hgl/2d/TileData.H>
#include <hgl/type/FinUseData.H>
#include <hgl/2d/Font.H>
#include <hgl/type/RectScope.H>
#include <hgl/2d/TileFont.Attrib.H>
组合类型 | |
struct | hgl::Makeup |
class | hgl::TileFont |
Tile字体 更多... | |
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
函数 | |
TileFont * | hgl::CreateTileFont (Font &, Font &, int=-1) |
创建一个字体,使用系统字体 | |
__inline TileFont * | hgl::CreateTileFont (const wchar_t *chs_fontname, const wchar_t *eng_fontname, int width, int height, bool bold, bool italic, int count) |
__inline TileFont * | hgl::CreateTileFont (const wchar_t *fontname, int width, int height, bool bold=false, bool italic=false, int num=-1) |
__inline TileFont * | hgl::CreateTileFont (const wchar_t *chs_fontname, const wchar_t *eng_fontname, int width, int height, int num=-1) |