public final class Fonts extends Object
TODO: Consider changing the visibility of the package private methods to public. As an alternative we may provide a FontPolicy that can emulate the font choice on Windows XP/2000 and Windows Vista for different software resolutions (96dpi/120dpi) and desktop font size settings (Normal/Large/Extra Large).
FontSet, 
FontSets, 
FontPolicy, 
FontPolicies| Modifier and Type | Field and Description | 
|---|---|
| static Font | SEGOE_UI_12PTThis is Segoe UI 9pt, the default font on western Vista with 96dpi. | 
| static Font | SEGOE_UI_13PTAscent=14, descent=4, height=18, dbuX=8, dbuY=14, 13dluY=22.75px. | 
| static Font | SEGOE_UI_15PTAscent=16, descent=5, height=21, dbuX=9, dbuY=16, 13dluY=26px. | 
| static String | SEGOE_UI_NAMEThe name of the default dialog font on western Windows Vista. | 
| static Font | TAHOMA_11PTThis is the default font on western XP with 96dpi and normal fonts. | 
| static Font | TAHOMA_13PTAscent=13, descent=3, height=16, dbuX=8, dbuY=13, 14dluY=22.75px. | 
| static Font | TAHOMA_14PTAscent=14, descent=3, height=17, dbuX=8, dbuY=14, 14dluY=24.5px. | 
| static String | TAHOMA_NAMEThe name of the default dialog font on western Windows XP. | 
| static Font | WINDOWS_VISTA_120DPI_NORMALThe default icon font on western Windows Vista with 120dpi
 and the dialog font desktop setting "Normal". | 
| static Font | WINDOWS_VISTA_96DPI_LARGEThe default icon font on western Windows Vista with 96dpi
 and the dialog font desktop setting "Large". | 
| static Font | WINDOWS_VISTA_96DPI_NORMALThe default icon font on western Windows Vista with 96dpi
 and the dialog font desktop setting "Normal". | 
| static Font | WINDOWS_XP_120DPI_DEFAULT_GUIThe default GUI font on western Windows XP with 120dpi
 and the dialog font desktop setting "Normal". | 
| static Font | WINDOWS_XP_120DPI_NORMALThe default icon font on western Windows XP with 120dpi
 and the dialog font desktop setting "Normal". | 
| static Font | WINDOWS_XP_96DPI_DEFAULT_GUIThe default GUI font on western Windows XP with 96dpi
 and the dialog font desktop setting "Normal". | 
| static Font | WINDOWS_XP_96DPI_LARGEThe default icon font on western Windows XP with 96dpi
 and the dialog font desktop setting "Large". | 
| static Font | WINDOWS_XP_96DPI_NORMALThe default icon font on western Windows XP with 96dpi
 and the dialog font desktop setting "Normal". | 
public static final String TAHOMA_NAME
public static final String SEGOE_UI_NAME
public static final Font TAHOMA_11PT
public static final Font TAHOMA_13PT
public static final Font TAHOMA_14PT
public static final Font SEGOE_UI_12PT
public static final Font SEGOE_UI_13PT
public static final Font SEGOE_UI_15PT
public static final Font WINDOWS_XP_96DPI_NORMAL
public static final Font WINDOWS_XP_96DPI_DEFAULT_GUI
public static final Font WINDOWS_XP_96DPI_LARGE
public static final Font WINDOWS_XP_120DPI_NORMAL
public static final Font WINDOWS_XP_120DPI_DEFAULT_GUI
public static final Font WINDOWS_VISTA_96DPI_NORMAL
public static final Font WINDOWS_VISTA_96DPI_LARGE
public static final Font WINDOWS_VISTA_120DPI_NORMAL
public static Font getWindowsControlFont()
The icon title font scales with the resolution (96dpi, 101dpi, 120dpi, etc) and the desktop font size settings (normal, large, extra large). Older versions may return a poor font.
UnsupportedOperationException - on non-Windows platformsCopyright © 2001-2014 JGoodies Software GmbH. All Rights Reserved.