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-private.h | |
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-private.h')
-rw-r--r-- | pango/pangofc-private.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pango/pangofc-private.h b/pango/pangofc-private.h index 554d9bb0..27b96df4 100644 --- a/pango/pangofc-private.h +++ b/pango/pangofc-private.h @@ -78,14 +78,6 @@ _PANGO_EXTERN PangoFontMetrics *pango_fc_font_create_base_metrics_for_context (PangoFcFont *font, PangoContext *context); -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); - G_END_DECLS #endif /* __PANGOFC_PRIVATE_H__ */ |