ImageFont クラス
継承関係
ImageFont
メンバー
プロパティ
Ascent
Descent
EmSize
IsStaticFont
LineGap
SamplingSize
メソッド
AddImageGlyph(Int32, TextureBase)
GetFontTexture(Int32)
GetGlyph(Int32)
GetImageGlyph(Int32)
GetKerning(Int32, Int32)
プロパティ
Ascent
public float Ascent { get; }
Descent
public float Descent { get; }
EmSize
public float EmSize { get; }
IsStaticFont
public bool IsStaticFont { get; }
LineGap
public float LineGap { get; }
SamplingSize
public int SamplingSize { get; }
メソッド
AddImageGlyph(Int32, TextureBase)
public void AddImageGlyph(int character, TextureBase texture)
パラメータ
character | |
texture |
GetFontTexture(Int32)
public Texture2D GetFontTexture(int index)
パラメータ
index |
戻り値
GetGlyph(Int32)
public Glyph GetGlyph(int character)
パラメータ
character |
戻り値
GetImageGlyph(Int32)
public TextureBase GetImageGlyph(int character)
パラメータ
character |
戻り値
GetKerning(Int32, Int32)
public int GetKerning(int c1, int c2)
パラメータ
c1 | |
c2 |
戻り値