This is a duplicate of PDF-37, The method readFontPackage() to FontManager to allow for the setting of font names that could be loaded from particular package on the classpath.
JavaDoc is as follows:
- Reads the specified resources from the specified package. This method
- is intended to aid in the packaging of fonts used for font substitution
- and avoids the need to install fonts on the client operating system.
- <p/>
- The following font resource types are supported are support:
- <ul>
- <li>TrueType - *.ttf, *.dfont, *.ttc</li>
- <li>Type1 - *.pfa, *.pfb</li>
- <li>OpenType - *.otf, *.otc</li>
- </ul>
*
- @param fontResourcePackage package to look for the resources in.
- @param resources file names of font resources to load.
This is a duplicate of
PDF-37, The method readFontPackage() to FontManager to allow for the setting of font names that could be loaded from particular package on the classpath.JavaDoc is as follows:
*