FontRenderer

Fontを描画するクラス

Fontの描画は全てこのクラスが行います。

Constructors

this
this()
Undocumented in source.
this
this(Font font)
Undocumented in source.

Members

Functions

render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(float x, float y, string text, int size)

描画関数

set_color
void set_color(ubyte r, ubyte g, ubyte b)

描画文字色の設定

set_font
void set_font(Font font)

描画するフォントのセット

Inherited Members

From Old_Renderer

init
void init(void delegate(out string, out string) dg, string[] locNames, int[] strides, DrawMode drawMode)

Rendererの初期化

set_vbo
void set_vbo(float[][] list)
Undocumented in source. Be warned that the author may not have intended to support it.
set_ibo
void set_ibo(int[] index)

IBOをセット

set_uniform
void set_uniform(string name, T value, string type, int num)

Uniform変数のセット

render
void render()

描画関数

_program
ShaderProgram _program;
Undocumented in source.
_drawMode
DrawMode _drawMode;
Undocumented in source.
_ibo
IBO _ibo;
Undocumented in source.

Meta