summaryrefslogtreecommitdiff
path: root/pango/pangofc-shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangofc-shape.c')
-rw-r--r--pango/pangofc-shape.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/pango/pangofc-shape.c b/pango/pangofc-shape.c
index 71b5740d..910ff4d7 100644
--- a/pango/pangofc-shape.c
+++ b/pango/pangofc-shape.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <math.h>
-#include "pangofc-private.h"
+#include "pangohb-private.h"
#include "pango-impl-utils.h"
#include <hb-glib.h>
@@ -113,13 +113,13 @@ apply_extra_attributes (GSList *attrs,
}
void
-_pango_fc_shape (PangoFont *font,
- const char *item_text,
- unsigned int item_length,
- const PangoAnalysis *analysis,
- PangoGlyphString *glyphs,
- const char *paragraph_text,
- unsigned int paragraph_length)
+pango_hb_shape (PangoFont *font,
+ const char *item_text,
+ unsigned int item_length,
+ const PangoAnalysis *analysis,
+ PangoGlyphString *glyphs,
+ const char *paragraph_text,
+ unsigned int paragraph_length)
{
hb_font_t *hb_font;
hb_buffer_t *hb_buffer;