org.gnu.pango
public class FontMask extends Flags
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.pango.FontMask
.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
Field Summary | |
---|---|
static FontMask | FAMILY |
static FontMask | SIZE |
static FontMask | STRETCH |
static FontMask | STYLE |
static FontMask | VARIANT |
static FontMask | WEIGHT |
Method Summary | |
---|---|
FontMask | and(FontMask other) |
static FontMask | intern(int value) |
FontMask | or(FontMask other) |
boolean | test(FontMask other) |
FontMask | xor(FontMask other) |