static Font |
Font.createFont(int fontFormat,
java.io.File fontFile)
Returns a new Font using the specified font type
and the specified font file.
|
static Font |
Font.createFont(int fontFormat,
java.io.InputStream fontStream)
Returns a new Font using the specified font type
and input data.
|
static Font |
Font.decode(java.lang.String str)
Returns the Font that the str
argument describes.
|
Font |
Font.deriveFont(java.awt.geom.AffineTransform trans)
Creates a new Font object by replicating the current
Font object and applying a new transform to it.
|
Font |
Font.deriveFont(float size)
Creates a new Font object by replicating the current
Font object and applying a new size to it.
|
Font |
Font.deriveFont(int style)
Creates a new Font object by replicating the current
Font object and applying a new style to it.
|
Font |
Font.deriveFont(int style,
java.awt.geom.AffineTransform trans)
Creates a new Font object by replicating this
Font object and applying a new style and transform.
|
Font |
Font.deriveFont(int style,
float size)
Creates a new Font object by replicating this
Font object and applying a new style and size.
|
Font |
Font.deriveFont(java.util.Map<? extends java.text.AttributedCharacterIterator.Attribute,?> attributes)
Creates a new Font object by replicating the current
Font object and applying a new set of font attributes
to it.
|
abstract Font[] |
GraphicsEnvironment.getAllFonts()
Returns an array containing a one-point size instance of all fonts
available in this GraphicsEnvironment.
|
Font |
MenuContainer.getFont()
|
Font |
MenuComponent.getFont()
Gets the font used for this menu component.
|
Font |
MenuComponent.AccessibleAWTMenuComponent.getFont()
Gets the Font of this object.
|
Font |
List.AccessibleAWTList.AccessibleAWTListChild.getFont()
Get the Font of this object.
|
abstract Font |
Graphics.getFont()
Gets the current font.
|
Font |
FontMetrics.getFont()
Gets the Font described by this
FontMetrics object.
|
Font |
Component.getFont()
Gets the font of this component.
|
Font |
Component.AccessibleAWTComponent.getFont()
Gets the Font of this object.
|
static Font |
Font.getFont(java.util.Map<? extends java.text.AttributedCharacterIterator.Attribute,?> attributes)
Returns a Font appropriate to the attributes.
|
static Font |
Font.getFont(java.lang.String nm)
Returns a Font object from the system properties list.
|
static Font |
Font.getFont(java.lang.String nm,
Font font)
Gets the specified Font from the system properties
list.
|