Class FontMetaResult

java.lang.Object
com.itextpdf.pdf2data.result.meta.FontMetaResult

public class FontMetaResult extends Object
Class representing font metadata.
  • Constructor Details

    • FontMetaResult

      public FontMetaResult (String fontName, FontStyle fontStyle, String fontColor)
      Creates an instance of font metadata representation.
      Parameters:
      fontName - the font name
      fontStyle - the font style
      fontColor - the font color
  • Method Details

    • getFontName

      public String getFontName()
      Get font name.
      Returns:
      font name
    • getFontStyle

      public FontStyle getFontStyle()
      Get font style.
      Returns:
      font style
    • getFontColor

      public String getFontColor()
      Get font color
      Returns:
      font color
    • equals

      public boolean equals (Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object