diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-03 15:12:25 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-03 20:28:51 -0500 |
commit | 1a9072ec14c2d57a53c90746e182884453e08957 (patch) | |
tree | 4d9d768bd62392093018837994be2657979fa60c /pango/pango-ot-info.c | |
parent | 8e9d153733cac83bfc8ce0c068d2af455d0e9a76 (diff) | |
download | pango-1a9072ec14c2d57a53c90746e182884453e08957.tar.gz |
Use external harfbuzz shared library from harfbuzz-ng
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index d6fa0da2..c06065d2 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -157,9 +157,6 @@ pango_ot_info_get (FT_Face face) info->hb_face = hb_face_create_for_tables (_get_table, NULL, info); } - - 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); |