stbtt_GetGlyphSVG function
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<stbtt_fontinfo>,
ffi.Int,
ffi.Pointer<ffi.Pointer<ffi.Char>>,
)
>()
external int stbtt_GetGlyphSVG(
ffi.Pointer<stbtt_fontinfo> info,
int gl,
ffi.Pointer<ffi.Pointer<ffi.Char>> svg,
);