org.geotools.styling
Interface Font.Style
- Enclosing interface:
- Font
- public static interface Font.Style
Enumeration of allow font-style values.
Field Summary |
static java.lang.String |
ITALIC
|
static java.lang.String |
NORMAL
|
static java.lang.String |
OBLIQUE
|
NORMAL
public static final java.lang.String NORMAL
- See Also:
- Constant Field Values
ITALIC
public static final java.lang.String ITALIC
- See Also:
- Constant Field Values
OBLIQUE
public static final java.lang.String OBLIQUE
- See Also:
- Constant Field Values
Copyright © GeoTools. All Rights Reserved.