stbtt_GetGlyphShape function
- @Native<Int Function(Pointer<
stbtt_fontinfo> , Int, Pointer<Pointer< )>(ffi.Pointer<stbtt_fontinfo>, ffi.Int, ffi.Pointer<ffi.Pointer<stbtt_vertex>>)>()stbtt_vertex> >
- Pointer<
stbtt_fontinfo> info, - int glyph_index,
- Pointer<
Pointer< verticesstbtt_vertex> >
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<stbtt_fontinfo>,
ffi.Int,
ffi.Pointer<ffi.Pointer<stbtt_vertex>>,
)
>()
external int stbtt_GetGlyphShape(
ffi.Pointer<stbtt_fontinfo> info,
int glyph_index,
ffi.Pointer<ffi.Pointer<stbtt_vertex>> vertices,
);