diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-08-11 20:30:27 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-08-11 20:31:06 -0400 |
commit | 6489105c20bdebc720c223894d947fd5e3cebe49 (patch) | |
tree | 5ce73dcaf008d2c8cf219a6ebabeb0c0f3be7cd1 /pango/pango-attributes.h | |
parent | 3463c0d118da131b01179fc432e04a4400fc767b (diff) | |
download | pango-6489105c20bdebc720c223894d947fd5e3cebe49.tar.gz |
Document PANGO_ATTR_FONT_FEATURES
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index 684b4a9f..3f783e45 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -136,6 +136,7 @@ typedef struct _PangoAttrIterator PangoAttrIterator; * @PANGO_ATTR_ABSOLUTE_SIZE: font size in pixels scaled by %PANGO_SCALE (#PangoAttrInt) * @PANGO_ATTR_GRAVITY: base text gravity (#PangoAttrInt) * @PANGO_ATTR_GRAVITY_HINT: gravity hint (#PangoAttrInt) + * @PANGO_ATTR_FONT_FEATURES: OpenType font features (#PangoAttrString). Since 1.38 * * The #PangoAttrType * distinguishes between different types of attributes. Along with the |