org.gnu.pango
public class Style extends Enum
Field Summary | |
---|---|
static Style | ITALIC the font is slanted in an italic style. |
static Style | NORMAL the font is upright. |
static Style | OBLIQUE the font is slanted, but in a roman style. |
Method Summary | |
---|---|
Style | and(Style other) |
static Style | intern(int value) |
Style | or(Style other) |
boolean | test(Style other) |
Style | xor(Style other) |