Interface FontConstants
- 
public interface FontConstantsVarious FontConstants defined in the Windows API. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intANTIALIASED_QUALITYstatic intDEFAULT_PITCHstatic intDEFAULT_QUALITYstatic intDRAFT_QUALITYstatic intFF_DECORATIVEstatic intFF_DONTCAREstatic intFF_MODERNstatic intFF_ROMANVariable stroke width, serifed.static intFF_SCRIPTstatic intFF_SWISSstatic intFIXED_PITCHstatic intFW_BLACKstatic intFW_BOLDstatic intFW_DEMIBOLDstatic intFW_DONTCAREstatic intFW_EXTRABOLDstatic intFW_EXTRALIGHTstatic intFW_HEAVYstatic intFW_LIGHTstatic intFW_MEDIUMstatic intFW_NORMALstatic intFW_REGULARstatic intFW_SEMIBOLDstatic intFW_THINstatic intFW_ULTRABOLDstatic intFW_ULTRALIGHTstatic intMONO_FONTstatic intNONANTIALIASED_QUALITYstatic intPROOF_QUALITYstatic intVARIABLE_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
 
 
 - 
 
 -