Changed Methods |
boolean canDisplay(char )
|
Documentation changed from old to new. |
Checks if this Font has a glyph for the specified character. |
Attribute[] getAvailableAttributes()
|
Documentation changed from old to new. |
Returns the keys of all the attributes supported by this Font . |
byte getBaselineFor(char )
|
Documentation changed from old to new. |
Returns the baseline appropriate for displaying this character. |
float getItalicAngle()
|
Documentation changed from old to new. |
Returns the italic angle of this Font . |
int getMissingGlyphCode()
|
Documentation changed from old to new. |
Returns the glyphCode which is used when this Font does not have a glyph for a specified unicode. |
int getNumGlyphs()
|
Documentation changed from old to new. |
Returns the number of glyphs in this Font . |
String getPSName()
|
Documentation changed from old to new. |
Returns the postscript name of this Font . |
float getSize2D()
|
Documentation changed from old to new. |
Returns the point size of this Font in float value. |
int canDisplayUpTo(char[], int, int)
|
Documentation changed from old to new. |
Indicates whether or not this Font can display the characters in the specified text starting at start and ending at limit . |
int canDisplayUpTo(String )
|
Documentation changed from old to new. |
Indicates whether or not this Font can display a specified String . |
int canDisplayUpTo(CharacterIterator, int, int)
|
Documentation changed from old to new. |
Indicates whether or not this Font can display the specified String . |
Font deriveFont(float )
|
Documentation changed from old to new. |
Creates a new Font object by replicating the current Font object and applying a new size to it. |
Font deriveFont(int )
|
Documentation changed from old to new. |
Creates a new Font object by replicating the current Font object and applying a new style to it. |
Font deriveFont(int, float)
|
Documentation changed from old to new. |
Creates a new Font object by replicating this Font object and applying a new style and size. |
Font deriveFont(int, AffineTransform)
|
Documentation changed from old to new. |
Creates a new Font object by replicating this Font object and applying a new style and transform. |
Font deriveFont(AffineTransform )
|
Documentation changed from old to new. |
Creates a new Font object by replicating the current Font object and applying a new transform to it. |
Font deriveFont(Map )
|
Documentation changed from old to new. |
Creates a new Font object by replicating the current Font object and applying a new set of font attributes to it. |
String getFamily()
|
Documentation changed from old to new. |
Returns the family name of this Font . |
String getFamily(Locale )
|
Documentation changed from old to new. |
Returns the family name of this Font localized for the specified locale. |
Font getFont(String )
|
Documentation changed from old to new. |
Returns a Font object from the system properties list. |
Font getFont(Map )
|
Documentation changed from old to new. |
Returns a Font appropriate to this attribute set. |
String getFontName()
|
Documentation changed from old to new. |
Returns the font face name of this Font . |
Rectangle2D getStringBounds(char[], int, int, FontRenderContext)
|
Documentation changed from old to new. |
Returns the bounds of the specified array of characters in the specified FontRenderContext . |
Rectangle2D getStringBounds(String, int, int, FontRenderContext)
|
Documentation changed from old to new. |
Returns the bounds of the specified String in the specified FontRenderContext . |
Rectangle2D getStringBounds(String, FontRenderContext)
|
Documentation changed from old to new. |
Returns the bounds of the specified String in the specified FontRenderContext . |
Rectangle2D getStringBounds(CharacterIterator, int, int, FontRenderContext)
|
Documentation changed from old to new. |
Returns the bounds of the characters indexed in the specified CharacterIterator in the specified FontRenderContext . |