summaryrefslogtreecommitdiff
path: root/pango/shape.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-12 18:49:40 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-12 18:49:40 -0400
commit8c8638ab17db6288a6176033a5bfad39fb55ca6e (patch)
tree0350d8d62b449f65e4b72eb1d5f9cfee99baadac /pango/shape.c
parent65045955b11162d7dbce5124e5cab05d205194a2 (diff)
downloadpango-subpixel.tar.gz
Rename pango_fc_shape to pango_hb_shapesubpixel
There is no more fontconfig in it, and we use it unconditionally everywhere. T#
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 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))
{