Package com.itextpdf.io.font
Class FontCacheKey.FontCacheBytesKey
java.lang.Object
com.itextpdf.io.font.FontCacheKey
com.itextpdf.io.font.FontCacheKey.FontCacheBytesKey
- Enclosing class:
FontCacheKey
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.io.font.FontCacheKey
create, create, create, create
-
Field Details
-
firstFontBytes
private byte[] firstFontBytes -
fontLength
private int fontLength -
hashcode
private int hashcode
-
-
Constructor Details
-
FontCacheBytesKey
FontCacheBytesKey(byte[] fontBytes)
-
-
Method Details