stbtt_GetKerningTableLength function
- @Native<Int Function(Pointer<
stbtt_fontinfo> )>(ffi.Pointer<stbtt_fontinfo>)>()
- Pointer<
stbtt_fontinfo> info
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<stbtt_fontinfo>)>()
external int stbtt_GetKerningTableLength(ffi.Pointer<stbtt_fontinfo> info);