public final class FontInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
bold
A bool value indicates whether the font is bold.
|
boolean |
italic
A bool value indicates whether the font is italic.
|
java.lang.String |
name
Get or sets the name of font.
|
| Constructor and Description |
|---|
FontInfo() |
| Modifier and Type | Method and Description |
|---|---|
FontInfo |
clone() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public java.lang.String name
public boolean bold
public boolean italic
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic FontInfo clone()
clone in class java.lang.Object