diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
commit | 6d08bcab0d2821365a2ffd955cbbb07270565664 (patch) | |
tree | 6bffdc716a62ea60c0db7ed08d7f5a0d205302f1 /pango/pango-ot-ruleset.c | |
parent | bb5c4c8497157afddcb5ced7e16c5dad4e893a03 (diff) | |
download | pango-6d08bcab0d2821365a2ffd955cbbb07270565664.tar.gz |
Bug 685167 - migrate docs to no-tmpl flavour
Patch from Rafał Mużyło.
Diffstat (limited to 'pango/pango-ot-ruleset.c')
-rw-r--r-- | pango/pango-ot-ruleset.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pango/pango-ot-ruleset.c b/pango/pango-ot-ruleset.c index 93ba6174..2d8f1503 100644 --- a/pango/pango-ot-ruleset.c +++ b/pango/pango-ot-ruleset.c @@ -25,6 +25,18 @@ static void pango_ot_ruleset_finalize (GObject *object); +/** + * PangoOTRuleset: + * + * The #PangoOTRuleset structure holds a + * set of features selected from the tables in an OpenType font. + * (A feature is an operation such as adjusting glyph positioning + * that should be applied to a text feature such as a certain + * type of accent.) A #PangoOTRuleset + * is created with pango_ot_ruleset_new(), features are added + * to it with pango_ot_ruleset_add_feature(), then it is + * applied to a #PangoGlyphString with pango_ot_ruleset_shape(). + */ G_DEFINE_TYPE (PangoOTRuleset, pango_ot_ruleset, G_TYPE_OBJECT); static void |