CMapAwareDocumentFont Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.CMapAwareDocumentFont[[CMapAwareDocumentFont]] iTextSharp.text.pdf.DocumentFont[[DocumentFont]] end iTextSharp.text.pdf.DocumentFont --> iTextSharp.text.pdf.CMapAwareDocumentFont
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
Constructors
CMapAwareDocumentFont [1/2]
Source code
public CMapAwareDocumentFont(PdfDictionary font)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
font |
CMapAwareDocumentFont [2/2]
Source code
public CMapAwareDocumentFont(PRIndirectReference refFont)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
refFont |
Methods
GetWidth
Source code
public override int GetWidth(int char1)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
char1 |
Decode
Source code
public virtual string Decode(byte[] cidbytes, int offset, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cidbytes |
|
|
|
offset |
|
|
|
len |
DecodeSingleCharacter
Source code
public virtual string DecodeSingleCharacter(byte[] cidbytes, int offset, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cidbytes |
|
|
|
offset |
|
|
|
len |
Encode
Source code
public virtual string Encode(byte[] bytes, int offset, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
bytes |
|
|
|
offset |
|
|
|
len |
Generated with ModularDoc