Uses of Class
com.itextpdf.io.font.FontCacheKey
-
Packages that use FontCacheKey Package Description com.itextpdf.io.font com.itextpdf.layout.font -
-
Uses of FontCacheKey in com.itextpdf.io.font
Subclasses of FontCacheKey in com.itextpdf.io.font Modifier and Type Class Description private static classFontCacheKey.FontCacheBytesKeyprivate static classFontCacheKey.FontCacheStringKeyprivate static classFontCacheKey.FontCacheTtcKeyFields in com.itextpdf.io.font declared as FontCacheKey Modifier and Type Field Description private FontCacheKeyFontCacheKey.FontCacheTtcKey. ttcKeyFields in com.itextpdf.io.font with type parameters of type FontCacheKey Modifier and Type Field Description private static java.util.Map<FontCacheKey,FontProgram>FontCache. fontCacheMethods in com.itextpdf.io.font that return FontCacheKey Modifier and Type Method Description static FontCacheKeyFontCacheKey. create(byte[] fontProgram)static FontCacheKeyFontCacheKey. create(byte[] fontProgram, int ttcIndex)static FontCacheKeyFontCacheKey. create(java.lang.String fontName)static FontCacheKeyFontCacheKey. create(java.lang.String fontName, int ttcIndex)private static FontCacheKeyFontProgramFactory. createFontCacheKey(java.lang.String name, byte[] fontProgram)Methods in com.itextpdf.io.font with parameters of type FontCacheKey Modifier and Type Method Description (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 FontCacheKey Modifier and Type Field Description private static java.util.Map<FontCacheKey,FontProgramDescriptor>FontInfo. fontNamesCacheMethods in com.itextpdf.layout.font with parameters of type FontCacheKey Modifier and Type Method Description private static FontProgramDescriptorFontInfo. getFontNamesFromCache(FontCacheKey key)private static voidFontInfo. putFontNamesToCache(FontCacheKey key, FontProgramDescriptor descriptor)
-