diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-12 23:17:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-18 16:19:58 -0700 |
commit | 3d4ca6835a07f434c95d208e4053b45b6a009e01 (patch) | |
tree | 6434964f3f124c7549b03d931407289a2d295ef2 /pango/pangofc-shape.c | |
parent | 9dde57f93b4fe38e85903915a6d357c9385d98c5 (diff) | |
download | pango-3d4ca6835a07f434c95d208e4053b45b6a009e01.tar.gz |
Rename _pango_fc_shape
It is all harfbuzz now, so call it pango_hb_shape.
Diffstat (limited to 'pango/pangofc-shape.c')
-rw-r--r-- | pango/pangofc-shape.c | 16 |
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; |