DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class FontInformation

java.lang.Object
  extended by com.cete.dynamicpdf.merger.FontInformation

public class FontInformation
extends java.lang.Object

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

getName

public java.lang.String getName()
Gets the name of the font.

Returns:
the name of the font.

getEncoding

public java.lang.String getEncoding()
Gets the encoding of the font.

Returns:
the encoding of the font.

getType

public FontType getType()
Gets the FontType of the font.

Returns:
the FontType of the font.

getSubset

public boolean getSubset()
Returns true if the font is subsetted otherwise false.

Returns:
true if the font is subsetted otherwise false.

getEmbed

public boolean getEmbed()
Returns true if the font is embeded otherwise false.

Returns:
true if the font is embeded otherwise false.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software