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.Stringpanoseprivate java.lang.StringttfUniqueIdprivate java.lang.StringttfVersionprivate java.lang.Integertype1Xuid
-
Constructor Summary
Constructors Constructor Description FontIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPanose()java.lang.StringgetTtfUniqueId()java.lang.StringgetTtfVersion()java.lang.IntegergetType1Xuid()protected voidsetPanose(byte[] panose)protected voidsetPanose(java.lang.String panose)protected voidsetTtfUniqueId(java.lang.String ttfUniqueId)protected voidsetTtfVersion(java.lang.String ttfVersion)protected voidsetType1Xuid(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)
-
-