Top |
hb_unicode_funcs_t * | hb_icu_get_unicode_funcs () |
UScriptCode | hb_icu_script_from_script () |
hb_script_t | hb_icu_script_to_script () |
Functions for using HarfBuzz with the International Components for Unicode (ICU) library. HarfBuzz supports using ICU to provide Unicode data, by attaching ICU functions to the virtual methods in a hb_unicode_funcs_t function structure.
hb_unicode_funcs_t *
hb_icu_get_unicode_funcs (void
);
Fetches a Unicode-functions structure that is populated with the appropriate ICU function for each method.
Since: 0.9.38
UScriptCode
hb_icu_script_from_script (hb_script_t script
);
Fetches the UScriptCode identifier that corresponds to the specified hb_script_t script.
hb_script_t
hb_icu_script_to_script (UScriptCode script
);
Fetches the hb_script_t script that corresponds to the specified UScriptCode identifier.