public interface FontAttribute
Font
attributes.Modifier and Type | Method and Description |
---|---|
java.awt.Font |
getFont()
Retrieves a
Font object. |
void |
setFont(java.awt.Font font)
Specifies a
Font object. |
void setFont(java.awt.Font font)
Font
object.
A Font
object is an awt
object with attributes such as name, style, and absolute size.font
- A Font
object.java.awt.Font getFont()
Font
object.
A Font
object is an awt
object with attributes such as name, style, and absolute size.Font
object.