CMapCache Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.fonts.cmaps
iTextSharp.text.pdf.fonts.cmaps.CMapCache[[CMapCache]]
end
Members
Methods
Public Static methods
Details
Constructors
CMapCache
public CMapCache()
Methods
GetCachedCMapUniCid
Source code
public static CMapUniCid GetCachedCMapUniCid(string name)
Arguments
Type | Name | Description |
---|
string | name | |
GetCachedCMapCidUni
Source code
public static CMapCidUni GetCachedCMapCidUni(string name)
Arguments
Type | Name | Description |
---|
string | name | |
GetCachedCMapCidByte
Source code
public static CMapCidByte GetCachedCMapCidByte(string name)
Arguments
Type | Name | Description |
---|
string | name | |
GetCachedCMapByteCid
Source code
public static CMapByteCid GetCachedCMapByteCid(string name)
Arguments
Type | Name | Description |
---|
string | name | |
Generated with ModularDoc