Package com.itextpdf.io.font
Class FontIdentification
- java.lang.Object
-
- com.itextpdf.io.font.FontIdentification
-
public class FontIdentification extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
panose
private java.lang.String
ttfUniqueId
private java.lang.String
ttfVersion
private java.lang.Integer
type1Xuid
-
Constructor Summary
Constructors Constructor Description FontIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPanose()
java.lang.String
getTtfUniqueId()
java.lang.String
getTtfVersion()
java.lang.Integer
getType1Xuid()
protected void
setPanose(byte[] panose)
protected void
setPanose(java.lang.String panose)
protected void
setTtfUniqueId(java.lang.String ttfUniqueId)
protected void
setTtfVersion(java.lang.String ttfVersion)
protected void
setType1Xuid(java.lang.Integer type1Xuid)
-
-
-
Method Detail
-
getTtfVersion
public java.lang.String getTtfVersion()
-
getTtfUniqueId
public java.lang.String getTtfUniqueId()
-
getType1Xuid
public java.lang.Integer getType1Xuid()
-
getPanose
public java.lang.String getPanose()
-
setTtfVersion
protected void setTtfVersion(java.lang.String ttfVersion)
-
setTtfUniqueId
protected void setTtfUniqueId(java.lang.String ttfUniqueId)
-
setType1Xuid
protected void setType1Xuid(java.lang.Integer type1Xuid)
-
setPanose
protected void setPanose(byte[] panose)
-
setPanose
protected void setPanose(java.lang.String panose)
-
-