| java.lang.Object org.apache.harmony.awt.gl.font.FontManager org.apache.harmony.awt.gl.font.fontlib.FLFontManager
FLFontManager | public FLFontManager()(Code) | | |
createDefaultFont | public FontPeer createDefaultFont(int style, int size)(Code) | | |
createPhysicalFontPeer | public FontPeer createPhysicalFontPeer(String name, int style, int size)(Code) | | |
getDefaultFont | public FontPeer getDefaultFont(int style, int size)(Code) | | Returns default font peer class with "Default" name that is usually
used when font with specified font names and style doesn't exsist
on a system.
Parameters: style - style of the font Parameters: size - size of the font |
getFontPeer | public FontPeer getFontPeer(String fontName, int _fontStyle, int size)(Code) | | Returns platform-dependent Font peer created from the specified
Font object from the table with cached FontPeers instances.
Note, this method checks whether FontPeer with specified parameters
exists in the table with cached FontPeers' instances. If there is no needed
instance - it is created and cached.
Parameters: fontName - name of the font Parameters: _fontStyle - style of the font Parameters: size - font size platform dependent FontPeer implementation created from the specified parameters |
initLCIDTable | public void initLCIDTable()(Code) | | Initializes LCID table
|
Methods inherited from org.apache.harmony.awt.gl.font.FontManager | abstract public FontPeer createDefaultFont(int style, int size)(Code)(Java Doc) protected FontPeer createFontPeer(String name, int style, int size, int logicalIndex)(Code)(Java Doc) public String createLogicalFace(String family, int styleIndex)(Code)(Java Doc) abstract public FontPeer createPhysicalFontPeer(String name, int style, int size)(Code)(Java Doc) abstract public String[] getAllFamilies()(Code)(Java Doc) abstract public Font[] getAllFonts()(Code)(Java Doc) public FontPeer getDefaultFont(int style, int size)(Code)(Java Doc) public int getFaceIndex(String faceName)(Code)(Java Doc) public String getFamily(int index)(Code)(Java Doc) public String getFamilyFromLogicalFace(String faceName)(Code)(Java Doc) public int getFamilyIndex(String familyName)(Code)(Java Doc) public FontPeer getFontPeer(String fontName, int _fontStyle, int size)(Code)(Java Doc) public FontProperty[] getFontProperties(String fpName)(Code)(Java Doc) public static File getFontPropertyFile()(Code)(Java Doc) public static FontManager getInstance()(Code)(Java Doc) public Short getLCID(Locale l)(Code)(Java Doc) public String getLogicalFaceFromFont(int fontStyle, int logicalIndex)(Code)(Java Doc) public static int getLogicalFaceIndex(String fontName)(Code)(Java Doc) public static int getLogicalStyle(String lName)(Code)(Java Doc) public static Properties getProperties(File file)(Code)(Java Doc) public int getStyleFromLogicalFace(String name)(Code)(Java Doc) public File getTempFontFile() throws IOException(Code)(Java Doc) abstract public void initLCIDTable()(Code)(Java Doc) public boolean isFamilyExist(String familyName)(Code)(Java Doc) public static int[] parseIntervals(String exclusionString)(Code)(Java Doc)
|
|
|