Uses of Class
com.itextpdf.io.font.FontCacheKey
Packages that use FontCacheKey
-
Uses of FontCacheKey in com.itextpdf.io.font
Subclasses of FontCacheKey in com.itextpdf.io.fontModifier and TypeClassDescriptionprivate static class
private static class
private static class
Fields in com.itextpdf.io.font declared as FontCacheKeyFields in com.itextpdf.io.font with type parameters of type FontCacheKeyModifier and TypeFieldDescriptionprivate static final Map
<FontCacheKey, FontProgram> FontCache.fontCache
Methods in com.itextpdf.io.font that return FontCacheKeyModifier and TypeMethodDescriptionstatic FontCacheKey
FontCacheKey.create
(byte[] fontProgram) static FontCacheKey
FontCacheKey.create
(byte[] fontProgram, int ttcIndex) static FontCacheKey
static FontCacheKey
private static FontCacheKey
FontProgramFactory.createFontCacheKey
(String name, byte[] fontProgram) Methods in com.itextpdf.io.font with parameters of type FontCacheKeyModifier and TypeMethodDescription(package private) static FontProgram
FontCache.getFont
(FontCacheKey key) (package private) static FontProgram
FontCache.saveFont
(FontProgram font, FontCacheKey key) -
Uses of FontCacheKey in com.itextpdf.layout.font
Fields in com.itextpdf.layout.font with type parameters of type FontCacheKeyModifier and TypeFieldDescriptionprivate static final Map
<FontCacheKey, FontProgramDescriptor> FontInfo.fontNamesCache
Methods in com.itextpdf.layout.font with parameters of type FontCacheKeyModifier and TypeMethodDescriptionprivate static FontProgramDescriptor
FontInfo.getFontNamesFromCache
(FontCacheKey key) private static void
FontInfo.putFontNamesToCache
(FontCacheKey key, FontProgramDescriptor descriptor)