Class FontIdentification

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

public class FontIdentification extends Object
  • 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)