FTFontRender

Undocumented in source.

Constructors

this
this(string fontname)
Undocumented in source.

Members

Functions

generateBitmapFont
BitmapFont generateBitmapFont(wstring chars)
Undocumented in source. Be warned that the author may not have intended to support it.
renderChar
GlyphImage renderChar(wchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
setParams
void setParams(FontRenderParam p)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin EMM
Undocumented in source.

Static functions

get
FontRender get(string fontname)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

imtype
ElemInfo imtype;
Undocumented in source.

Variables

face
FT_Face face;
Undocumented in source.
param
FontRenderParam param;
Undocumented in source.

Inherited Members

From FontRender

setParams
void setParams(FontRenderParam )
renderChar
GlyphImage renderChar(wchar )
generateBitmapFont
BitmapFont generateBitmapFont(wstring )

Meta