Class CMapCache
- java.lang.Object
-
- com.itextpdf.text.pdf.fonts.cmaps.CMapCache
-
public class CMapCache extends 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(String name)
static CMapCidByte
getCachedCMapCidByte(String name)
static CMapCidUni
getCachedCMapCidUni(String name)
static CMapUniCid
getCachedCMapUniCid(String name)
-
-
-
Method Detail
-
getCachedCMapUniCid
public static CMapUniCid getCachedCMapUniCid(String name) throws IOException
- Throws:
IOException
-
getCachedCMapCidUni
public static CMapCidUni getCachedCMapCidUni(String name) throws IOException
- Throws:
IOException
-
getCachedCMapCidByte
public static CMapCidByte getCachedCMapCidByte(String name) throws IOException
- Throws:
IOException
-
getCachedCMapByteCid
public static CMapByteCid getCachedCMapByteCid(String name) throws IOException
- Throws:
IOException
-
-