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 class
FontCacheKey.FontCacheBytesKey
private static class
FontCacheKey.FontCacheStringKey
private static class
FontCacheKey.FontCacheTtcKey
Fields in com.itextpdf.io.font declared as FontCacheKey Modifier and Type Field Description private FontCacheKey
FontCacheKey.FontCacheTtcKey. ttcKey
Fields in com.itextpdf.io.font with type parameters of type FontCacheKey Modifier and Type Field Description private static java.util.Map<FontCacheKey,FontProgram>
FontCache. fontCache
Methods in com.itextpdf.io.font that return FontCacheKey Modifier and Type Method Description static FontCacheKey
FontCacheKey. create(byte[] fontProgram)
static FontCacheKey
FontCacheKey. create(byte[] fontProgram, int ttcIndex)
static FontCacheKey
FontCacheKey. create(java.lang.String fontName)
static FontCacheKey
FontCacheKey. create(java.lang.String fontName, int ttcIndex)
private static FontCacheKey
FontProgramFactory. 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 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 FontCacheKey Modifier and Type Field Description private static java.util.Map<FontCacheKey,FontProgramDescriptor>
FontInfo. fontNamesCache
Methods in com.itextpdf.layout.font with parameters of type FontCacheKey Modifier and Type Method Description private static FontProgramDescriptor
FontInfo. getFontNamesFromCache(FontCacheKey key)
private static void
FontInfo. putFontNamesToCache(FontCacheKey key, FontProgramDescriptor descriptor)
-