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 class
FontCacheKey.FontCacheBytesKey
private static class
FontCacheKey.FontCacheStringKey
private static class
FontCacheKey.FontCacheTtcKey
-
Constructor Summary
Constructors Constructor Description FontCacheKey()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontCacheKey
create(byte[] fontProgram)
static FontCacheKey
create(byte[] fontProgram, int ttcIndex)
static FontCacheKey
create(java.lang.String fontName)
static FontCacheKey
create(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)
-
-