public final class FontManager
extends java.lang.Object
FontManager is responsible for examining the
 system fonts on a given machine to determine which are fixed-width,
 proportional, and symbol type.  This information is currently used
 by the Font & Sizes options panel to display a list of fixed-width
 fonts in a combo box to let the user configure the editor font to
 use for display. | Modifier and Type | Method and Description | 
|---|---|
static java.lang.String[] | 
getAllFontFamilies()
Utility routine to fetch all font families. 
 | 
static java.lang.String[] | 
getFixedWidthFamilies()
Fetches the list of known fixed-width font families. 
 | 
static boolean | 
isFontInfoComplete()  | 
public static java.lang.String[] getFixedWidthFamilies()
public static boolean isFontInfoComplete()
public static java.lang.String[] getAllFontFamilies()