:right-sidebar: True Variant =================================================================== .. currentmodule:: gi.repository.Pango .. class:: Variant :no-contents-entry: An enumeration specifying capitalization variant of the font. Fields ------ .. rst-class:: interim-class .. class:: Variant :no-index: .. attribute:: ALL_PETITE_CAPS A font with all characters replaced by smaller variants of the capital characters. Petite Caps can be even smaller than Small Caps. Since: 1.50 .. attribute:: ALL_SMALL_CAPS A font with all characters replaced by smaller variants of the capital characters. Since: 1.50 .. attribute:: NORMAL A normal font. .. attribute:: PETITE_CAPS A font with the lower case characters replaced by smaller variants of the capital characters. Petite Caps can be even smaller than Small Caps. Since: 1.50 .. attribute:: SMALL_CAPS A font with the lower case characters replaced by smaller variants of the capital characters. .. attribute:: TITLE_CAPS A font with capital letters that are more suitable for all-uppercase titles. Since: 1.50 .. attribute:: UNICASE A font with the upper case characters replaced by smaller variants of the capital letters. Since: 1.50