diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-10 23:40:28 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-10 23:40:28 -0400 |
commit | 106c0db2c0d88d956a3e2184259c19948d9ea4b5 (patch) | |
tree | 888c0c289ff421f120567ffb9de80a3eafe775d0 /pango/pango-ot-info.c | |
parent | 5586ef604f0212f8edebbbffbe7596d3bdca3474 (diff) | |
download | pango-106c0db2c0d88d956a3e2184259c19948d9ea4b5.tar.gz |
[OT] Hookup glib unicode funcs
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index 9dd34ff2..a4d54fd9 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -128,6 +128,8 @@ pango_ot_info_get (FT_Face face) info->hb_face = hb_face_create_for_data (blob, face->face_index); hb_blob_destroy (blob); + hb_face_set_unicode_funcs (info->hb_face, hb_glib_get_unicode_funcs ()); + /* XXX this is such a waste if not SFNT */ if (!hb_ot_layout_has_font_glyph_classes (info->hb_face)) synthesize_class_def (info); |