stbtt_IsGlyphEmpty function

  1. @Native<Int Function(Pointer<stbtt_fontinfo>, Int)>(ffi.Pointer<stbtt_fontinfo>, ffi.Int)>()
int stbtt_IsGlyphEmpty(
  1. Pointer<stbtt_fontinfo> info,
  2. int glyph_index
)

Implementation

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