Class FontMetaResult
java.lang.Object
com.itextpdf.pdf2data.result.meta.FontMetaResult
Class representing font metadata.
-
Constructor Summary
ConstructorsConstructorDescriptionFontMetaResult(String fontName, FontStyle fontStyle, String fontColor) Creates an instance of font metadata representation. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet font colorGet font name.Get font style.inthashCode()
-
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