Variant
Description:
[ CCode ( cprefix = "PANGO_VARIANT_" , type_id = "pango_variant_get_type ()" ) ]
public enum Variant
An enumeration specifying capitalization variant of the font.
Content:
Enum values:
- ALL_PETITE_CAPS - A font with all
characters replaced by smaller variants of the capital characters.
- ALL_SMALL_CAPS - A font with all
characters replaced by smaller variants of the capital characters.
- NORMAL - A normal font.
- PETITE_CAPS - A font with the lower case
characters replaced by smaller variants of the capital characters.
- SMALL_CAPS - A font with the lower case
characters replaced by smaller variants of the capital characters.
- TITLE_CAPS - A font with capital letters
that are more suitable for all-uppercase titles.
- UNICASE - A font with the upper case
characters replaced by smaller variants of the capital letters.