stbtt_PackFontRanges function
- @Native<Int Function(Pointer<
stbtt_pack_context> , Pointer<ma_uint8> , Int, Pointer<stbtt_pack_range> , Int)>(ffi.Pointer<stbtt_pack_context>, ffi.Pointer<ffi.UnsignedChar>, ffi.Int, ffi.Pointer<stbtt_pack_range>, ffi.Int)>()
- Pointer<
stbtt_pack_context> spc, - Pointer<
ma_uint8> fontdata, - int font_index,
- Pointer<
stbtt_pack_range> ranges, - int num_ranges,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<stbtt_pack_context>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Int,
ffi.Pointer<stbtt_pack_range>,
ffi.Int,
)
>()
external int stbtt_PackFontRanges(
ffi.Pointer<stbtt_pack_context> spc,
ffi.Pointer<ffi.UnsignedChar> fontdata,
int font_index,
ffi.Pointer<stbtt_pack_range> ranges,
int num_ranges,
);