menu
sdl2 package
documentation
sdl2/ex/ttf/ttf_font.dart
TtfFontPointerEx
setKerning method
setKerning method
dark_mode
light_mode
setKerning
method
void
setKerning
(
int
allowed
)
Implementation
void setKerning(int allowed) { // 807 ttfSetFontKerning(this, allowed); }
sdl2 package
documentation
sdl2/ex/ttf/ttf_font
TtfFontPointerEx
setKerning method
TtfFontPointerEx extension on
Pointer
<
TtfFont
>