public interface FontIdentifier
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FontType |
getFontType()
Returns the general type of this font identifier.
|
int |
hashCode() |
boolean |
isScalable()
Defines, whether the font identifier represents a scalable font type.
|
boolean equals(java.lang.Object o)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Objectboolean isScalable()
FontType getFontType()