Interface FontConstants
-
public interface FontConstants
Various FontConstants defined in the Windows API.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANTIALIASED_QUALITY
static int
DEFAULT_PITCH
static int
DEFAULT_QUALITY
static int
DRAFT_QUALITY
static int
FF_DECORATIVE
static int
FF_DONTCARE
static int
FF_MODERN
static int
FF_ROMAN
Variable stroke width, serifed.static int
FF_SCRIPT
static int
FF_SWISS
static int
FIXED_PITCH
static int
FW_BLACK
static int
FW_BOLD
static int
FW_DEMIBOLD
static int
FW_DONTCARE
static int
FW_EXTRABOLD
static int
FW_EXTRALIGHT
static int
FW_HEAVY
static int
FW_LIGHT
static int
FW_MEDIUM
static int
FW_NORMAL
static int
FW_REGULAR
static int
FW_SEMIBOLD
static int
FW_THIN
static int
FW_ULTRABOLD
static int
FW_ULTRALIGHT
static int
MONO_FONT
static int
NONANTIALIASED_QUALITY
static int
PROOF_QUALITY
static int
VARIABLE_PITCH
-
-
-
Field Detail
-
DEFAULT_QUALITY
static final int DEFAULT_QUALITY
- See Also:
- Constant Field Values
-
DRAFT_QUALITY
static final int DRAFT_QUALITY
- See Also:
- Constant Field Values
-
PROOF_QUALITY
static final int PROOF_QUALITY
- See Also:
- Constant Field Values
-
NONANTIALIASED_QUALITY
static final int NONANTIALIASED_QUALITY
- See Also:
- Constant Field Values
-
ANTIALIASED_QUALITY
static final int ANTIALIASED_QUALITY
- See Also:
- Constant Field Values
-
DEFAULT_PITCH
static final int DEFAULT_PITCH
- See Also:
- Constant Field Values
-
FIXED_PITCH
static final int FIXED_PITCH
- See Also:
- Constant Field Values
-
VARIABLE_PITCH
static final int VARIABLE_PITCH
- See Also:
- Constant Field Values
-
MONO_FONT
static final int MONO_FONT
- See Also:
- Constant Field Values
-
FF_DONTCARE
static final int FF_DONTCARE
- See Also:
- Constant Field Values
-
FF_ROMAN
static final int FF_ROMAN
Variable stroke width, serifed. Times Roman, Century Schoolbook, etc.- See Also:
- Constant Field Values
-
FF_SWISS
static final int FF_SWISS
- See Also:
- Constant Field Values
-
FF_MODERN
static final int FF_MODERN
- See Also:
- Constant Field Values
-
FF_SCRIPT
static final int FF_SCRIPT
- See Also:
- Constant Field Values
-
FF_DECORATIVE
static final int FF_DECORATIVE
- See Also:
- Constant Field Values
-
FW_DONTCARE
static final int FW_DONTCARE
- See Also:
- Constant Field Values
-
FW_THIN
static final int FW_THIN
- See Also:
- Constant Field Values
-
FW_EXTRALIGHT
static final int FW_EXTRALIGHT
- See Also:
- Constant Field Values
-
FW_LIGHT
static final int FW_LIGHT
- See Also:
- Constant Field Values
-
FW_NORMAL
static final int FW_NORMAL
- See Also:
- Constant Field Values
-
FW_MEDIUM
static final int FW_MEDIUM
- See Also:
- Constant Field Values
-
FW_SEMIBOLD
static final int FW_SEMIBOLD
- See Also:
- Constant Field Values
-
FW_BOLD
static final int FW_BOLD
- See Also:
- Constant Field Values
-
FW_EXTRABOLD
static final int FW_EXTRABOLD
- See Also:
- Constant Field Values
-
FW_HEAVY
static final int FW_HEAVY
- See Also:
- Constant Field Values
-
FW_ULTRALIGHT
static final int FW_ULTRALIGHT
- See Also:
- Constant Field Values
-
FW_REGULAR
static final int FW_REGULAR
- See Also:
- Constant Field Values
-
FW_DEMIBOLD
static final int FW_DEMIBOLD
- See Also:
- Constant Field Values
-
FW_ULTRABOLD
static final int FW_ULTRABOLD
- See Also:
- Constant Field Values
-
FW_BLACK
static final int FW_BLACK
- See Also:
- Constant Field Values
-
-