|
String | GetDefaultFont () |
|
long | GetTextureResolution () |
|
void | SetTextureResolution (long val) |
|
Texture2D | CreateTexture (String text, float height, String fontName) |
|
Texture2D | CreateTexture (String text, float height) |
|
BufferGeometry | CreateMesh (String text, String fontName, float fontHeight) |
|
BufferGeometry | CreateMesh (String text, String fontName) |
|
BufferGeometry | CreateMesh (String text) |
|
BufferGeometry | CreateGeometry (String text, EnumFontType fontType, EnumTextAlignment alignment, float fontHeight, String fontName) |
|
BufferGeometry | CreateGeometry (String text, EnumFontType fontType, EnumTextAlignment alignment, float fontHeight) |
|
BufferGeometry | CreateGeometry (String text, EnumFontType fontType, EnumTextAlignment alignment) |
|
StringList | AddTTCFonts (String fontPath) |
|
boolean | AddFont (String fontName, String fontPath) |
|
void | SetDefaultFont (String fontName) |
|