iText 5

CMapAwareDocumentFont

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

string

Decode

(byte``[] cidbytes, int offset, int len)

string

DecodeSingleCharacter

(byte``[] cidbytes, int offset, int len)

string

Encode

(byte``[] bytes, int offset, int len)

int

GetWidth

(int char1)

Details

Inheritance

Constructors

CMapAwareDocumentFont [1/2]

Source code

public CMapAwareDocumentFont(PdfDictionary font)

Arguments

Type

Name

Description

PdfDictionary

font

CMapAwareDocumentFont [2/2]

Source code

public CMapAwareDocumentFont(PRIndirectReference refFont)

Arguments

Type

Name

Description

PRIndirectReference

refFont

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