Package ch.bailu.gtk.pango
Schnittstelle FontMask
public interface FontMask
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the font family is specified.static final int
OpenType font features are specified.static final int
The font gravity is specified.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.static final int
the font weight is specified.
-
Felddetails
-
FAMILY
static final int FAMILYthe font family is specified.- Siehe auch:
-
STYLE
static final int STYLEthe font style is specified.- Siehe auch:
-
VARIANT
static final int VARIANTthe font variant is specified.- Siehe auch:
-
WEIGHT
static final int WEIGHTthe font weight is specified.- Siehe auch:
-
STRETCH
static final int STRETCHthe font stretch is specified.- Siehe auch:
-
SIZE
static final int SIZEthe font size is specified.- Siehe auch:
-
GRAVITY
static final int GRAVITYThe font gravity is specified.- Siehe auch:
-
VARIATIONS
static final int VARIATIONSOpenType font variations are specified.- Siehe auch:
-
FEATURES
static final int FEATURESOpenType font features are specified.- Siehe auch:
-