stbtt_GetNumberOfFonts function
///////////////////////////////////////////////////////////////////////////
FONT LOADING
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.UnsignedChar>)>()
external int stbtt_GetNumberOfFonts(ffi.Pointer<ffi.UnsignedChar> data);