- ttAddGlyphToPath
int ttAddGlyphToPath(ttFontInfo info, uint glyphId, Path path, float xoff, float yoff, float xscale, float yscale)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttCharToGlyph
uint ttCharToGlyph(ttFontInfo info, uint charCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetAdvanceWidth
int ttGetAdvanceWidth(ttFontInfo info, uint glyphId)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetFontAscent
int ttGetFontAscent(ttFontInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetFontDescent
int ttGetFontDescent(ttFontInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetFontLineGap
int ttGetFontLineGap(ttFontInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetGlyphBounds
ttGlyphBounds ttGetGlyphBounds(ttFontInfo info, uint glyphId)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetGlyphData
ubyte[] ttGetGlyphData(ttFontInfo info, uint glyphId)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetKerning
int ttGetKerning(ttFontInfo info, uint glyphId1, uint glyphId2)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttGetLeftSideBearing
int ttGetLeftSideBearing(ttFontInfo info, uint glyphId)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttLoadFont
int ttLoadFont(ttFontInfo info, ubyte[] rawfont)
Undocumented in source. Be warned that the author may not have intended to support it.