Class CMapCache
java.lang.Object
com.itextpdf.text.pdf.fonts.cmaps.CMapCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final HashMap
<String, CMapByteCid> private static final HashMap
<String, CMapCidByte> private static final HashMap
<String, CMapCidUni> private static final HashMap
<String, CMapUniCid> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CMapByteCid
getCachedCMapByteCid
(String name) static CMapCidByte
getCachedCMapCidByte
(String name) static CMapCidUni
getCachedCMapCidUni
(String name) static CMapUniCid
getCachedCMapUniCid
(String name)
-
Field Details
-
cacheUniCid
-
cacheCidUni
-
cacheCidByte
-
cacheByteCid
-
-
Constructor Details
-
CMapCache
public CMapCache()
-
-
Method Details
-
getCachedCMapUniCid
- Throws:
IOException
-
getCachedCMapCidUni
- Throws:
IOException
-
getCachedCMapCidByte
- Throws:
IOException
-
getCachedCMapByteCid
- Throws:
IOException
-