diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 19:15:38 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 19:16:34 -0500 |
commit | e77952e0700b1975e87beed1e010402abcbc0594 (patch) | |
tree | c698d808372d5ceedba7769309ba2b905ddf671a /pango | |
parent | 6f8548518b39e8818beb0a021d615be27be05253 (diff) | |
download | pango-e77952e0700b1975e87beed1e010402abcbc0594.tar.gz |
Document new variant values
Diffstat (limited to 'pango')
-rw-r--r-- | pango/fonts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 129e84d3..fd283264 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1627,7 +1627,8 @@ pango_parse_style (const char *str, * * Parses a font variant. * - * The allowed values are "normal" and "smallcaps" or "small_caps", + * The allowed values are "normal", "small-caps", "all-small-caps", + * "petite-caps", "all-petite-caps", "unicase" and "title-caps", * case variations being ignored. * * Return value: %TRUE if @str was successfully parsed. |