Class PDFFontSetManager
java.lang.Object
com.adobe.internal.pdftoolkit.core.fontset.PDFFontSetManager
Provides methods to acquire a PDFFontSet object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final PDFFontSet
Build a defaultPDFFontSet
.static final PDFFontSet
getPDFFontSetInstance
(FontResolutionPriority priority) Build a defaultPDFFontSet
.static final PDFFontSet
getPDFFontSetInstance
(PDFFontSet original) Build a fontset using the given fontset as a template.
-
Constructor Details
-
PDFFontSetManager
public PDFFontSetManager()
-
-
Method Details
-
getPDFFontSetInstance
Build a defaultPDFFontSet
. This fontset uses theINTELLIGENT_LAST
resolution priority.- Returns:
- a default
PDFFontSet
- Throws:
PDFFontException
-
getPDFFontSetInstance
public static final PDFFontSet getPDFFontSetInstance(FontResolutionPriority priority) throws PDFFontException Build a defaultPDFFontSet
.- Returns:
- a default
PDFFontSet
- Throws:
PDFFontException
-
getPDFFontSetInstance
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 thePDFFontSetManager
- Returns:
- a clone of the original fontset
- Throws:
PDFFontException
-