Class PDFFontSetManager


  • public class PDFFontSetManager
    extends java.lang.Object
    Provides methods to acquire a PDFFontSet object.
    • Constructor Detail

      • PDFFontSetManager

        public PDFFontSetManager()
    • Method Detail

      • getPDFFontSetInstance

        public static final PDFFontSet getPDFFontSetInstance()
                                                      throws PDFFontException
        Build a default PDFFontSet. This fontset uses the INTELLIGENT_LAST resolution priority.
        Returns:
        a default PDFFontSet
        Throws:
        PDFFontException
      • getPDFFontSetInstance

        public static final PDFFontSet getPDFFontSetInstance​(PDFFontSet original)
                                                      throws PDFFontException
        Build a fontset using the given fontset as a template. This new fontset will not refer to the original and both may be changed without interferring with the other.
        Parameters:
        original - the fontset to use as a template; must be a fontset made using the PDFFontSetManager
        Returns:
        a clone of the original fontset
        Throws:
        PDFFontException