public interface FontAttribute
Font attributes.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.