文字列の高さを取得
文字列の高さを取得するには、SFXGraphics::GetFontHeight 関数を使用します。
SInt16 height = SFXGraphics::GetFontHeight(AEE_FONT_NORMAL);
グラフィック・オブジェクトを用いる場合
SFXGraphicsPtr graphics = SFXGraphics::GetInstance(); SInt16 height = graphics->GetFontHeight();
graphics インスタンスについては グラフィックインターフェースの取得 を参照