Class FontIdentification

java.lang.Object
com.itextpdf.io.font.FontIdentification

public class FontIdentification extends Object
  • Field Details

    • ttfVersion

      private String ttfVersion
    • ttfUniqueId

      private String ttfUniqueId
    • type1Xuid

      private Integer type1Xuid
    • panose

      private String panose
  • Constructor Details

    • FontIdentification

      public FontIdentification()
  • Method Details

    • getTtfVersion

      public String getTtfVersion()
    • getTtfUniqueId

      public String getTtfUniqueId()
    • getType1Xuid

      public Integer getType1Xuid()
    • getPanose

      public String getPanose()
    • setTtfVersion

      protected void setTtfVersion(String ttfVersion)
    • setTtfUniqueId

      protected void setTtfUniqueId(String ttfUniqueId)
    • setType1Xuid

      protected void setType1Xuid(Integer type1Xuid)
    • setPanose

      protected void setPanose(byte[] panose)
    • setPanose

      protected void setPanose(String panose)