Class FontMetaResult
java.lang.Object
com.itextpdf.pdf2data.result.meta.FontMetaResult
Class representing font metadata.
-
Constructor Summary
ConstructorDescriptionFontMetaResult
(String fontName, FontStyle fontStyle, String fontColor) Creates an instance of font metadata representation. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get font colorGet font name.Get font style.int
hashCode()
-
Constructor Details
-
FontMetaResult
Creates an instance of font metadata representation.- Parameters:
-
fontName
- the font name -
fontStyle
- the font style -
fontColor
- the font color
-
-
Method Details