Module: Pango::FontMask

Defined in:
(unknown)

Constant Summary collapse

FAMILY =

the font family is specified.

1 or :family
STYLE =

the font style is specified.

2 or :style
VARIANT =

the font variant is specified.

4 or :variant
WEIGHT =

the font weight is specified.

8 or :weight
STRETCH =

the font stretch is specified.

16 or :stretch
SIZE =

the font size is specified.

32 or :size
GRAVITY =

the font gravity is specified (Since: 1.16.)

64 or :gravity
VARIATIONS =

OpenType font variations are specified (Since: 1.42)

128 or :variations