Font
- thisthis(ubyte[] fontData) 
- Loads a TTF file. fontData should be the content of that file. 
A destructor is present on this object, but not explicitly documented in the source.
- getAscentfloat getAscent(float fontSizePx) 
- getDescentfloat getDescent(float fontSizePx) 
- getHeightOfxfloat getHeightOfx(float fontSizePx) 
- measureTextbox2i measureText(StringType s, float fontSizePx, float letterSpacingPx)