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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFontCacheTtcKey
(byte[] fontBytes, int ttcIndex) FontCacheTtcKey
(String fontName, int ttcIndex) -
Method Summary
Methods inherited from class com.itextpdf.io.font.FontCacheKey
create, create, create, create
-
Field Details
-
ttcKey
-
ttcIndex
private int ttcIndex
-
-
Constructor Details
-
FontCacheTtcKey
FontCacheTtcKey(String fontName, int ttcIndex) -
FontCacheTtcKey
FontCacheTtcKey(byte[] fontBytes, int ttcIndex)
-
-
Method Details