Enumeration

PangoStretch

Declaration

enum Pango.Stretch

Description [src]

An enumeration specifying the width of the font relative to other designs within a family.

Members

PANGO_STRETCH_ULTRA_CONDENSED

Ultra condensed width.

  • Value: 0
  • Available since: 1.0
PANGO_STRETCH_EXTRA_CONDENSED

Extra condensed width.

  • Value: 1
  • Available since: 1.0
PANGO_STRETCH_CONDENSED

Condensed width.

  • Value: 2
  • Available since: 1.0
PANGO_STRETCH_SEMI_CONDENSED

Semi condensed width.

  • Value: 3
  • Available since: 1.0
PANGO_STRETCH_NORMAL

The normal width.

  • Value: 4
  • Available since: 1.0
PANGO_STRETCH_SEMI_EXPANDED

Semi expanded width.

  • Value: 5
  • Available since: 1.0
PANGO_STRETCH_EXPANDED

Expanded width.

  • Value: 6
  • Available since: 1.0
PANGO_STRETCH_EXTRA_EXPANDED

Extra expanded width.

  • Value: 7
  • Available since: 1.0
PANGO_STRETCH_ULTRA_EXPANDED

Ultra expanded width.

  • Value: 8
  • Available since: 1.0