summaryrefslogtreecommitdiff
path: root/pango/pango-glyph.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-21 04:32:48 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-21 04:32:48 +0000
commit1ac4f5d3dc9d88abb6f0a196291449c244f39b71 (patch)
tree5d0846958eaba2fa2d7f59b65968e458db15a19d /pango/pango-glyph.h
parentf72ff7d4752318b48e3dd0db83a2ef0300aa898f (diff)
parentb2c3b6a7ac43fbdedf1f13a240893159c329767f (diff)
downloadpango-1ac4f5d3dc9d88abb6f0a196291449c244f39b71.tar.gz
Merge branch 'text-transform-3' into 'main'
Add support for text transformation See merge request GNOME/pango!421
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r--pango/pango-glyph.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index ae1f5fd7..4dc77fd1 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -228,6 +228,15 @@ void pango_shape_with_flags (const char
PangoShapeFlags flags);
+PANGO_AVAILABLE_IN_1_50
+void pango_shape_item (PangoItem *item,
+ const char *paragraph_text,
+ int paragraph_length,
+ PangoLogAttr *log_attrs,
+ PangoGlyphString *glyphs,
+ PangoShapeFlags flags);
+
+
G_END_DECLS
#endif /* __PANGO_GLYPH_H__ */