|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.faceless.pdf2.OutputProfile.FontInfo
public static final class OutputProfile.FontInfo
Represents information about a font used in the document.
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object other)
|
String |
getBaseName()
The name of the font. |
String |
getType()
Return the type of embedded font: one of the values "TrueType", "OpenType", "Type1", "Compact", "MultipleMaster" or "Type3". |
int |
hashCode()
|
boolean |
isCIDFont()
Whether this font is a CID font. |
boolean |
isEmbedded()
Whether or not this font is embedded in the document. |
boolean |
isSubset()
Whether or not this embedded font is Subset |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getBaseName()
PDFFont.getBaseName()
public boolean isEmbedded()
OpenTypeFont.setEmbed(boolean)
public boolean isSubset()
public boolean isCIDFont()
public String getType()
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public String toString()
toString
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |