Enumeration

PangoVariant

since: 1.0

Declaration

enum Pango.Variant

Description [src]

An enumeration specifying capitalization variant of the font.

Available since: 1.0

Members

PANGO_VARIANT_NORMAL

A normal font.

  • Value: 0
  • Nickname: normal
  • Available since: 1.0
PANGO_VARIANT_SMALL_CAPS

A font with the lower case characters replaced by smaller variants of the capital characters.

  • Value: 1
  • Nickname: small-caps
  • Available since: 1.0
PANGO_VARIANT_ALL_SMALL_CAPS

A font with all characters replaced by smaller variants of the capital characters. Since: 1.50

  • Value: 2
  • Nickname: all-small-caps
  • Available since: 1.0
PANGO_VARIANT_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

  • Value: 3
  • Nickname: petite-caps
  • Available since: 1.0
PANGO_VARIANT_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

  • Value: 4
  • Nickname: all-petite-caps
  • Available since: 1.0
PANGO_VARIANT_UNICASE

A font with the upper case characters replaced by smaller variants of the capital letters. Since: 1.50

  • Value: 5
  • Nickname: unicase
  • Available since: 1.0
PANGO_VARIANT_TITLE_CAPS

A font with capital letters that are more suitable for all-uppercase titles. Since: 1.50

  • Value: 6
  • Nickname: title-caps
  • Available since: 1.0