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 CMapByteCidgetCachedCMapByteCid(String name)static CMapCidBytegetCachedCMapCidByte(String name)static CMapCidUnigetCachedCMapCidUni(String name)static CMapUniCidgetCachedCMapUniCid(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
-
-