8 namespace Mix{
namespace Graphics{
namespace Utility{
EFFECTS
効果列挙定数
Definition: IFont.h:17
グリフ構造体
Definition: IFont.h:25
UInt16 width
幅
Definition: IFont.h:32
virtual UInt32 GetEffects(void) const =0
効果を取得します
UInt16 cellHeight
セルの高さ
Definition: IFont.h:29
virtual UInt32 GetBorderSize(void) const =0
縁のサイズを取得します
const void * pImg
イメージポインタ( このポインタは解放してはいけません )
Definition: IFont.h:27
Int16 y
Y座標 ( セルの左上を基点としたローカル座標 )
Definition: IFont.h:31
virtual Boolean GetGlyph(wchar_t code, Mix::Graphics::Utility::IFont::GLYPH &glyph)=0
フォントグリフを取得します
フォントインターフェース
Definition: IFont.h:12
UInt16 cellWidth
セルの幅
Definition: IFont.h:28
unsigned int UInt32
符号無し32ビット整数
Definition: Common.h:68
縁取り
Definition: IFont.h:20
斜体
Definition: IFont.h:19
ミックス
Definition: AtomicValue.h:6
virtual ~IFont(void)
デストラクタ
Definition: IFont.h:38
Int16 x
X座標 ( セルの左上を基点としたローカル座標 )
Definition: IFont.h:30
virtual UInt32 GetHeight(void) const =0
フォントのサイズを取得します
UInt16 height
高さ
Definition: IFont.h:33
short Int16
符号有り16ビット整数
Definition: Common.h:59
リファレンスクラス
Definition: Reference.h:12
unsigned short UInt16
符号無し16ビット整数
Definition: Common.h:62
virtual UInt32 GetWeight(void) const =0
フォントの太さを取得します
BOOL Boolean
32ビットブーリアン
Definition: Common.h:102