gi-pango-1.0.18: Pango bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Pango.Flags

Contents

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