diff options
Diffstat (limited to 'pango/shape.c')
-rw-r--r-- | pango/shape.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pango/shape.c b/pango/shape.c index 63c36ab7..7c805dec 100644 --- a/pango/shape.c +++ b/pango/shape.c @@ -19,6 +19,16 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:glyphs + * @short_description:Structures for storing information about glyphs + * @title:Glyph Storage + * + * pango_shape() produces a string of glyphs which + * can be measured or drawn to the screen. The following + * structures are used to store information about + * glyphs. + */ #include "config.h" #include "pango-impl-utils.h" |