Package com.itextpdf.io.font
Class FontCacheKey
- java.lang.Object
-
- com.itextpdf.io.font.FontCacheKey
-
- Direct Known Subclasses:
FontCacheKey.FontCacheBytesKey,FontCacheKey.FontCacheStringKey,FontCacheKey.FontCacheTtcKey
public abstract class FontCacheKey extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classFontCacheKey.FontCacheBytesKeyprivate static classFontCacheKey.FontCacheStringKeyprivate static classFontCacheKey.FontCacheTtcKey
-
Constructor Summary
Constructors Constructor Description FontCacheKey()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontCacheKeycreate(byte[] fontProgram)static FontCacheKeycreate(byte[] fontProgram, int ttcIndex)static FontCacheKeycreate(java.lang.String fontName)static FontCacheKeycreate(java.lang.String fontName, int ttcIndex)
-
-
-
Method Detail
-
create
public static FontCacheKey create(java.lang.String fontName)
-
create
public static FontCacheKey create(java.lang.String fontName, int ttcIndex)
-
create
public static FontCacheKey create(byte[] fontProgram)
-
create
public static FontCacheKey create(byte[] fontProgram, int ttcIndex)
-
-