gi-pango-1.0.22: Pango bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Pango.Flags

Description

 
Synopsis

Flags

FontMask

data FontMask Source #

The bits in a FontMask correspond to fields in a FontDescription that have been set.

Constructors

FontMaskFamily

the font family is specified.

FontMaskStyle

the font style is specified.

FontMaskVariant

the font variant is specified.

FontMaskWeight

the font weight is specified.

FontMaskStretch

the font stretch is specified.

FontMaskSize

the font size is specified.

FontMaskGravity

the font gravity is specified (Since: 1.16.)

FontMaskVariations

OpenType font variations are specified (Since: 1.42)

AnotherFontMask Int

Catch-all for unknown values

Instances

Instances details
Enum FontMask Source # 
Instance details

Defined in GI.Pango.Flags

Eq FontMask Source # 
Instance details

Defined in GI.Pango.Flags

Ord FontMask Source # 
Instance details

Defined in GI.Pango.Flags

Show FontMask Source # 
Instance details

Defined in GI.Pango.Flags

IsGFlag FontMask Source # 
Instance details

Defined in GI.Pango.Flags

BoxedFlags FontMask Source # 
Instance details

Defined in GI.Pango.Flags