Top | ![]() |
![]() |
![]() |
![]() |
Functions for using HarfBuzz with the GLib library.
HarfBuzz supports using GLib to provide Unicode data, by attaching GLib functions to the virtual methods in a hb_unicode_funcs_t function structure.
hb_unicode_funcs_t *
hb_glib_get_unicode_funcs (void
);
Fetches a Unicode-functions structure that is populated with the appropriate GLib function for each method.
Since: 0.9.38
GUnicodeScript
hb_glib_script_from_script (hb_script_t script
);
Fetches the GUnicodeScript identifier that corresponds to the specified hb_script_t script.
Since: 0.9.38
hb_script_t
hb_glib_script_to_script (GUnicodeScript script
);
Fetches the hb_script_t script that corresponds to the specified GUnicodeScript identifier.
Since: 0.9.38