Class CMapCache
- java.lang.Object
-
- com.itextpdf.text.pdf.fonts.cmaps.CMapCache
-
public class CMapCache extends java.lang.Object
- Author:
- psoares
-
-
Constructor Summary
Constructors Constructor Description CMapCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CMapByteCid
getCachedCMapByteCid(java.lang.String name)
static CMapCidByte
getCachedCMapCidByte(java.lang.String name)
static CMapCidUni
getCachedCMapCidUni(java.lang.String name)
static CMapUniCid
getCachedCMapUniCid(java.lang.String name)
-
-
-
Method Detail
-
getCachedCMapUniCid
public static CMapUniCid getCachedCMapUniCid(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
getCachedCMapCidUni
public static CMapCidUni getCachedCMapCidUni(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
getCachedCMapCidByte
public static CMapCidByte getCachedCMapCidByte(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
getCachedCMapByteCid
public static CMapByteCid getCachedCMapByteCid(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
-