hb_map_get function
- @Native<hb_codepoint_t Function(Pointer<
hb_map_t> , hb_codepoint_t)>(ffi.Pointer<hb_map_t>, hb_codepoint_t)>()
Implementation
@ffi.Native<hb_codepoint_t Function(ffi.Pointer<hb_map_t>, hb_codepoint_t)>()
external int hb_map_get(ffi.Pointer<hb_map_t> map, int key);