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