Interface FontManagerService
public interface FontManagerService
The
FontManagerService provides access to font related
information. It also manages the PDFFontSet created from all the
fonts found in configured directories-
Method Summary
Modifier and TypeMethodDescriptionLocation of directory which stores the Adobe provided fontsLocation of directory which stores the Customer provided fontsReturns the PDFFontSet constructed from reading all the fonts found in all the configured font directoryLocation of the System Fonts directory.
-
Method Details
-
getSystemFontDirectory
String getSystemFontDirectory()Location of the System Fonts directory. If more than one system directory is configured then it would return a concatenated string where paths are delimited by semicolon (;)- Returns:
- absolute path for the font directory.
-
getAdobeServerFontDirectory
String getAdobeServerFontDirectory()Location of directory which stores the Adobe provided fonts- Returns:
- absolute path for the font directory
-
getCustomerFontDirectory
String getCustomerFontDirectory()Location of directory which stores the Customer provided fonts- Returns:
- absolute path for the font directory
-
getPdfFontSet
PDFFontSet getPdfFontSet()Returns the PDFFontSet constructed from reading all the fonts found in all the configured font directory- Returns:
- generated PDFFontSet from the configured directories
-