stbtt_IsGlyphEmpty function
- @Native<Int Function(Pointer<
stbtt_fontinfo> , Int)>(ffi.Pointer<stbtt_fontinfo>, ffi.Int)>()
- Pointer<
stbtt_fontinfo> info, - 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,
);