summaryrefslogtreecommitdiff
path: root/pango/shape.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-12 23:17:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-18 16:19:58 -0700
commit3d4ca6835a07f434c95d208e4053b45b6a009e01 (patch)
tree6434964f3f124c7549b03d931407289a2d295ef2 /pango/shape.c
parent9dde57f93b4fe38e85903915a6d357c9385d98c5 (diff)
downloadpango-3d4ca6835a07f434c95d208e4053b45b6a009e01.tar.gz
Rename _pango_fc_shape
It is all harfbuzz now, so call it pango_hb_shape.
Diffstat (limited to 'pango/shape.c')
-rw-r--r--pango/shape.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/shape.c b/pango/shape.c
index 9117138c..14078e47 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>
@@ -164,10 +164,10 @@ pango_shape_full (const gchar *item_text,
if (analysis->font)
{
- _pango_fc_shape (analysis->font,
- item_text, item_length,
- analysis, glyphs,
- paragraph_text, paragraph_length);
+ pango_hb_shape (analysis->font,
+ item_text, item_length,
+ analysis, glyphs,
+ paragraph_text, paragraph_length);
if (G_UNLIKELY (glyphs->num_glyphs == 0))
{