- hb_ot_name_get_utf16
uint hb_ot_name_get_utf16(hb_face_t* face, hb_ot_name_id_t name_id, hb_language_t language, uint* text_size, ushort* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_ot_name_get_utf32
uint hb_ot_name_get_utf32(hb_face_t* face, hb_ot_name_id_t name_id, hb_language_t language, uint* text_size, uint* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_ot_name_get_utf8
uint hb_ot_name_get_utf8(hb_face_t* face, hb_ot_name_id_t name_id, hb_language_t language, uint* text_size, char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hb_ot_name_list_names
const(hb_ot_name_entry_t)* hb_ot_name_list_names(hb_face_t* face, uint* num_entries)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.