diff options
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r-- | pango/pango-glyph.h | 9 |
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__ */ |