| Package | Description |
|---|---|
| java.awt.font |
Provides classes and interface relating to fonts.
|
| Modifier and Type | Field and Description |
|---|---|
static TextAttribute |
TextAttribute.FAMILY
Attribute key for the unlocalized font family name.
|
static TextAttribute |
TextAttribute.FONT
Attribute key for the font to use to render text.
|
static TextAttribute |
TextAttribute.FOREGROUND
Attribute key for the foreground color
adornment.
|
static TextAttribute |
TextAttribute.INPUT_METHOD_HIGHLIGHT
Attribute key for input method highlight styles.
|
static TextAttribute |
TextAttribute.POSTURE
Attribute key for the posture of a font.
|
static TextAttribute |
TextAttribute.SIZE
Attribute key for the font size.
|
static TextAttribute |
TextAttribute.STRIKETHROUGH
Attribute key for the strikethrough adornment.
|
static TextAttribute |
TextAttribute.UNDERLINE
Attribute key for underline adornments.
|
static TextAttribute |
TextAttribute.WEIGHT
Attribute key for the weight of a font.
|
Copyright © 2012. All Rights Reserved.