Package com.itextpdf.io.font
Class FontCacheKey.FontCacheTtcKey
- java.lang.Object
-
- com.itextpdf.io.font.FontCacheKey
-
- com.itextpdf.io.font.FontCacheKey.FontCacheTtcKey
-
- Enclosing class:
- FontCacheKey
private static class FontCacheKey.FontCacheTtcKey extends FontCacheKey
-
-
Field Summary
Fields Modifier and Type Field Description private int
ttcIndex
private FontCacheKey
ttcKey
-
Constructor Summary
Constructors Constructor Description FontCacheTtcKey(byte[] fontBytes, int ttcIndex)
FontCacheTtcKey(java.lang.String fontName, int ttcIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
Methods inherited from class com.itextpdf.io.font.FontCacheKey
create, create, create, create
-
-
-
-
Field Detail
-
ttcKey
private FontCacheKey ttcKey
-
ttcIndex
private int ttcIndex
-
-