Changed Methods |
Font createFont(int, InputStream)
|
Documentation changed from old to new. |
Returns a new Font with the specified font type and input data. |
Font decode(String )
|
Documentation changed from old to new. |
Returns the Font that the str argument describes. |
AffineTransform getTransform()
|
Documentation changed from old to new. |
Returns a copy of the transform associated with this Font . |
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(CharacterIterator, int, int)
|
Documentation changed from old to new. |
Indicates whether or not this Font can display the specified String . |
GlyphVector createGlyphVector(FontRenderContext, char[])
|
Documentation changed from old to new. |
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font . |
GlyphVector createGlyphVector(FontRenderContext, int[])
|
Documentation changed from old to new. |
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font . |
GlyphVector createGlyphVector(FontRenderContext, String)
|
Documentation changed from old to new. |
Creates a GlyphVector by mapping characters to glyphs one-to-one based on the Unicode cmap in this Font . |
GlyphVector createGlyphVector(FontRenderContext, CharacterIterator)
|
Documentation changed from old to new. |
Creates a GlyphVector by mapping the specified characters to glyphs one-to-one based on the Unicode cmap in this Font . |
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(Map )
|
Documentation changed from old to new. |
Returns a Font appropriate to this attribute set. |
Rectangle2D getStringBounds(char[], int, int, FontRenderContext)
|
Documentation changed from old to new. |
Returns the logical 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 logical bounds of the specified String in the specified FontRenderContext . |
Rectangle2D getStringBounds(String, FontRenderContext)
|
Documentation changed from old to new. |
Returns the logical bounds of the specified String in the specified FontRenderContext . |
Rectangle2D getStringBounds(CharacterIterator, int, int, FontRenderContext)
|
Documentation changed from old to new. |
Returns the logical bounds of the characters indexed in the specified CharacterIterator in the specified FontRenderContext . |