Font

Fontを管理するクラス

FontRendererがあるのでFontをロードする機能くらいしか使いません。

Constructors

this
this()
Undocumented in source.
this
this(string file)

Fontの初期化

Destructor

~this
~this()
Undocumented in source.

Members

Functions

create_texture
void create_texture(int size, string text, SDL_Color color)

文字列テクスチャの作成

load
void load(string file)

Fontの読み込み

Properties

texture
Texture texture [@property getter]

文字列テクスチャを返す

Meta