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 classprivate static classprivate static classFields 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.fontCacheMethods in com.itextpdf.io.font that return FontCacheKeyModifier and TypeMethodDescriptionstatic FontCacheKeyFontCacheKey.create(byte[] fontProgram) static FontCacheKeyFontCacheKey.create(byte[] fontProgram, int ttcIndex) static FontCacheKeystatic FontCacheKeyprivate static FontCacheKeyFontProgramFactory.createFontCacheKey(String name, byte[] fontProgram) Methods in com.itextpdf.io.font with parameters of type FontCacheKeyModifier and TypeMethodDescription(package private) static FontProgramFontCache.getFont(FontCacheKey key) (package private) static FontProgramFontCache.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.fontNamesCacheMethods in com.itextpdf.layout.font with parameters of type FontCacheKeyModifier and TypeMethodDescriptionprivate static FontProgramDescriptorFontInfo.getFontNamesFromCache(FontCacheKey key) private static voidFontInfo.putFontNamesToCache(FontCacheKey key, FontProgramDescriptor descriptor)