Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Class and Description |
---|---|
private static class |
FileSystemFontProvider.FSFontInfo |
private static class |
FileSystemFontProvider.FSIgnored
Represents ignored fonts (i.e.
|
Modifier and Type | Field and Description |
---|---|
(package private) FontInfo |
FontMapperImpl.FontMatch.info |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<FontInfo,java.lang.ref.SoftReference<FontBoxFont>> |
FontCache.cache |
private java.util.Map<java.lang.String,FontInfo> |
FontMapperImpl.fontInfoByName |
Modifier and Type | Method and Description |
---|---|
private FontInfo |
FontMapperImpl.getFont(FontFormat format,
java.lang.String postScriptName)
Finds the named font with the given format.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,FontInfo> |
FontMapperImpl.createFontInfoByName(java.util.List<? extends FontInfo> fontInfoList) |
abstract java.util.List<? extends FontInfo> |
FontProvider.getFontInfo()
Returns a list of information about fonts on the system.
|
java.util.List<? extends FontInfo> |
FileSystemFontProvider.getFontInfo() |
Modifier and Type | Method and Description |
---|---|
void |
FontCache.addFont(FontInfo info,
FontBoxFont font)
Adds the given FontBox font to the cache.
|
FontBoxFont |
FontCache.getFont(FontInfo info)
Returns the FontBox font associated with the given FontInfo.
|
private boolean |
FontMapperImpl.isCharSetMatch(PDCIDSystemInfo cidSystemInfo,
FontInfo info)
Returns true if the character set described by CIDSystemInfo is present in the given font.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,FontInfo> |
FontMapperImpl.createFontInfoByName(java.util.List<? extends FontInfo> fontInfoList) |
Constructor and Description |
---|
FontMatch(FontInfo info) |