TtfFontPointerEx extension

on

Methods

ascent() int
close() → void
descent() int
faceFamilyName() String?
faceIsFixedWidth() int
faces() int
faceStyleName() String?
getHinting() int
getKerning() int
getKerningSizeGlyphs(int previousCh, int ch) int
getKerningSizeGlyphs32(int previousCh, int ch) int
getOutline() int
getSdf() bool
getStyle() int
getWrappedAlign() int
glyphIsProvided(int ch) int
glyphIsProvided32(int ch) int
glyphMetrics(int ch, Pointer<Int32> minx, Pointer<Int32> maxx, Pointer<Int32> miny, Pointer<Int32> maxy, Pointer<Int32> advance) int
glyphMetrics32(int ch, Pointer<Int32> minx, Pointer<Int32> maxx, Pointer<Int32> miny, Pointer<Int32> maxy, Pointer<Int32> advance) int
height() int
lineSkip() int
measureText(String text, int measureWidth, Pointer<Int32> extent, Pointer<Int32> count) int
measureUnicode(Pointer<Uint16> text, int measureWidth, Pointer<Int32> extent, Pointer<Int32> count) int
measureUtf8(String text, int measureWidth, Pointer<Int32> extent, Pointer<Int32> count) int
renderGlyph32Blended(int ch, int fg) Pointer<SdlSurface>
renderGlyph32Lcd(int ch, int fg, int bg) Pointer<SdlSurface>
renderGlyph32Shaded(int ch, int fg, int bg) Pointer<SdlSurface>
renderGlyph32Solid(int ch, int fg) Pointer<SdlSurface>
renderGlyphBlended(int ch, int fg) Pointer<SdlSurface>
renderGlyphLcd(int ch, int fg, int bg) Pointer<SdlSurface>
renderGlyphShaded(int ch, int fg, int bg) Pointer<SdlSurface>
renderGlyphSolid(int ch, int fg) Pointer<SdlSurface>
renderTextBlended(String text, int fg) Pointer<SdlSurface>
renderTextBlendedWrapped(String text, int fg, int wrapLength) Pointer<SdlSurface>
renderTextLcd(String text, int fg, int bg) Pointer<SdlSurface>
renderTextLcdWrapped(String text, int fg, int bg, int wrapLength) Pointer<SdlSurface>
renderTextShaded(String text, int fg, int bg) Pointer<SdlSurface>
renderTextShadedWrapped(String text, int fg, int bg, int wrapLength) Pointer<SdlSurface>
renderTextSolid(String text, int fg) Pointer<SdlSurface>
renderTextSolidWrapped(String text, int fg, int wrapLength) Pointer<SdlSurface>
renderUnicodeBlended(Pointer<Uint16> text, int fg) Pointer<SdlSurface>
renderUnicodeBlendedWrapped(Pointer<Uint16> text, int fg, int wrapLength) Pointer<SdlSurface>
renderUnicodeLcd(Pointer<Uint16> text, int fg, int bg) Pointer<SdlSurface>
renderUnicodeLcdWrapped(Pointer<Uint16> text, int fg, int bg, int wrapLength) Pointer<SdlSurface>
renderUnicodeShaded(Pointer<Uint16> text, int fg, int bg) Pointer<SdlSurface>
renderUnicodeShadedWrapped(Pointer<Uint16> text, int fg, int bg, int wrapLength) Pointer<SdlSurface>
renderUnicodeSolid(Pointer<Uint16> text, int fg) Pointer<SdlSurface>
renderUnicodeSolidWrapped(Pointer<Uint16> text, int fg, int wrapLength) Pointer<SdlSurface>
renderUtf8Blended(String text, int fg) Pointer<SdlSurface>
renderUtf8BlendedWrapped(String text, int fg, int wrapLength) Pointer<SdlSurface>
renderUtf8Lcd(String text, int fg, int bg) Pointer<SdlSurface>
renderUtf8LcdWrapped(String text, int fg, int bg, int wrapLength) Pointer<SdlSurface>
renderUtf8Shaded(String text, int fg, int bg) Pointer<SdlSurface>
renderUtf8ShadedWrapped(String text, int fg, int bg, int wrapLength) Pointer<SdlSurface>
renderUtf8Solid(String text, int fg) Pointer<SdlSurface>
renderUtf8SolidWrapped(String text, int fg, int wrapLength) Pointer<SdlSurface>
setDirection(int direction) int
setHinting(int hinting) → void
setKerning(int allowed) → void
setOutline(int outline) → void
setScriptName(String script) int
setSdf(bool onOff) int
setSize(int ptsize) int
setSizeDpi(int ptsize, int hdpi, int vdpi) int
setStyle(int style) → void
setWrappedAlign(int align) → void
sizeText(String text, Pointer<Int32> w, Pointer<Int32> h) int
sizeUnicode(Pointer<Uint16> text, Pointer<Int32> w, Pointer<Int32> h) int
sizeUtf8(String text, Pointer<Int32> w, Pointer<Int32> h) int