BitmapFont

BitmapFontを描画するclassです.

Constructors

this
this()

Members

Functions

alignCenter
BitmapFont alignCenter()

文字の位置を中央寄せに設定します.

alignLeft
BitmapFont alignLeft()

文字の位置を左寄せに設定します.

alignRight
BitmapFont alignRight()

文字の位置を右寄せに設定します.

draw
BitmapFont draw(string str, int x, int y, int z)

読み込まれたFontにより文字を描画します.

height
int height()

fontの縦幅のプロパティです.

height
BitmapFont height(int h)

fontの縦幅のプロパティです.

load
BitmapFont load(string fileName, int fontWidth, int fontHeight)

fontのBitmap画像を読み込みます.

material
Material material()
width
int width()

fontの横幅のプロパティです.

width
BitmapFont width(int w)

fontの横幅のプロパティです.

Variables

tabWidth
int tabWidth;

tab幅のプロパティです.

Meta