stbtt_GetKerningTableLength function

  1. @Native<Int Function(Pointer<stbtt_fontinfo>)>(ffi.Pointer<stbtt_fontinfo>)>()
int stbtt_GetKerningTableLength(
  1. Pointer<stbtt_fontinfo> info
)

Implementation

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