org.gnu.pango
public class FontMask extends Flags
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) |