Skip to content
Commit d481ec16 authored by Kjell Ahlstedt's avatar Kjell Ahlstedt
Browse files

Wrap pango_shape_with_flags()

* pango/src/glyphstring.[ccg|hg]: Add constructor
GlyphString(const Glib::ustring& item_text,
const Glib::ustring& paragraph_text, const Analysis& analysis,
ShapeFlags flags = SHAPE_NONE).
* pango/src/item.[ccg|hg]: Add enum ShapeFlags and
shape(const Glib::ustring& item_text, const Glib::ustring& paragraph_text,
ShapeFlags flags = SHAPE_NONE).
* tools/m4/convert_pango.m4: Add conversions for ShapeFlags.

See #9
parent fbde9d79
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment