Package ch.bailu.gtk.pango
Interface FontMask
public interface FontMask
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the font family is specified.static final int
the font gravity is specified (Since: 1.16.)static final int
the font size is specified.static final int
the font stretch is specified.static final int
the font style is specified.static final int
the font variant is specified.static final int
OpenType font variations are specified (Since: 1.42)static final int
the font weight is specified.
-
Field Details
-
FAMILY
static final int FAMILYthe font family is specified.- See Also:
-
STYLE
static final int STYLEthe font style is specified.- See Also:
-
VARIANT
static final int VARIANTthe font variant is specified.- See Also:
-
WEIGHT
static final int WEIGHTthe font weight is specified.- See Also:
-
STRETCH
static final int STRETCHthe font stretch is specified.- See Also:
-
SIZE
static final int SIZEthe font size is specified.- See Also:
-
GRAVITY
static final int GRAVITYthe font gravity is specified (Since: 1.16.)- See Also:
-
VARIATIONS
static final int VARIATIONSOpenType font variations are specified (Since: 1.42)- See Also:
-