public class FontData extends Object
| Constructor and Description |
|---|
FontData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FontData |
fontName(String fontName) |
String |
getFontName()
Font name
|
Boolean |
getIsCustom()
Returns true for a custom font (contained in fontsFolder directory).
|
Boolean |
getIsEmbedded()
Returns true if font is embedded.
|
int |
hashCode() |
FontData |
isCustom(Boolean isCustom) |
FontData |
isEmbedded(Boolean isEmbedded) |
void |
setFontName(String fontName) |
void |
setIsCustom(Boolean isCustom) |
void |
setIsEmbedded(Boolean isEmbedded) |
String |
toString() |
public String getFontName()
public void setFontName(String fontName)
public Boolean getIsEmbedded()
public void setIsEmbedded(Boolean isEmbedded)
public Boolean getIsCustom()
public void setIsCustom(Boolean isCustom)
Copyright © 2025. All rights reserved.