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
Details
Inheritance
Constructors
CMapAwareDocumentFont [1/2]
Source code
public CMapAwareDocumentFont(PdfDictionary font)
Arguments
CMapAwareDocumentFont [2/2]
Source code
public CMapAwareDocumentFont(PRIndirectReference refFont)
Arguments
Methods
GetWidth
Source code
public override int GetWidth(int char1)
Arguments
Type | Name | Description |
---|
int | char1 | |
Decode
Source code
public virtual string Decode(byte[] cidbytes, int offset, int len)
Arguments
Type | Name | Description |
---|
byte``[] | cidbytes | |
int | offset | |
int | len | |
DecodeSingleCharacter
Source code
public virtual string DecodeSingleCharacter(byte[] cidbytes, int offset, int len)
Arguments
Type | Name | Description |
---|
byte``[] | cidbytes | |
int | offset | |
int | len | |
Encode
Source code
public virtual string Encode(byte[] bytes, int offset, int len)
Arguments
Type | Name | Description |
---|
byte``[] | bytes | |
int | offset | |
int | len | |
Generated with ModularDoc