diff options
Diffstat (limited to 'pango/shape.c')
-rw-r--r-- | pango/shape.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/shape.c b/pango/shape.c index 3815cb9e..ccd4222e 100644 --- a/pango/shape.c +++ b/pango/shape.c @@ -35,7 +35,7 @@ #include "pango-glyph.h" #include "pango-engine-private.h" -#include "pangofc-private.h" +#include "pangohb-private.h" #include <string.h> @@ -194,10 +194,10 @@ pango_shape_with_options (const gchar *item_text, if (analysis->font) { - _pango_fc_shape (analysis->font, - item_text, item_length, - paragraph_text, paragraph_length, - analysis, flags, glyphs); + pango_hb_shape (analysis->font, + item_text, item_length, + paragraph_text, paragraph_length, + analysis, flags, glyphs); if (G_UNLIKELY (glyphs->num_glyphs == 0)) { |