- init
void init(void delegate(out string, out string) dg, string[] locNames, int[] strides, DrawMode drawMode)
 - 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)
 - set_uniform
void set_uniform(string name, T value, string type, int num)
 - render
void render()
 - _program
ShaderProgram _program;
 Undocumented in source.
- _drawMode
DrawMode _drawMode;
 Undocumented in source.
- _ibo
IBO _ibo;
 Undocumented in source.
Fontを描画するクラス
Fontの描画は全てこのクラスが行います。