|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.merger.FontInformation
public class FontInformation
Represents the font information present in a PDF document, this class is used to get the font file name, encoding, embed and font type information.
View Example
Method Summary | |
---|---|
boolean |
getEmbed()
Returns true if the font is embeded otherwise false. |
java.lang.String |
getEncoding()
Gets the encoding of the font. |
java.lang.String |
getName()
Gets the name of the font. |
boolean |
getSubset()
Returns true if the font is subsetted otherwise false. |
FontType |
getType()
Gets the FontType of the font. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getEncoding()
public FontType getType()
FontType
of the font.
FontType
of the font.public boolean getSubset()
public boolean getEmbed()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |