|
||||||||||
| 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 | |
|---|---|
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. |
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#setEmbeddedpublic boolean isCIDFont()
public String getType()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||