public class FontMetaResult extends Object
| Constructor and Description |
|---|
FontMetaResult(String fontName, FontStyle fontStyle, String fontColor)
Creates an instance of font metadata representation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFontColor()
Get font color
|
String |
getFontName()
Get font name.
|
FontStyle |
getFontStyle()
Get font style.
|
int |
hashCode() |
Copyright © 2024. All rights reserved.