C# Class iTextSharp.text.pdf.CMapAwareDocumentFont

Inheritance: DocumentFont
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
CMapAwareDocumentFont ( PRIndirectReference refFont ) : System
CMapAwareDocumentFont ( PdfDictionary font ) : System
Decode ( byte cidbytes, int offset, int len ) : String
Encode ( byte bytes, int offset, int len ) : String
GetWidth ( int char1 ) : int

Private Methods

Method Description
ComputeAverageWidth ( ) : int
DecodeSingleCID ( byte bytes, int offset, int len ) : String
InitFont ( ) : void
ProcessToUnicode ( ) : void
ProcessUni2Byte ( ) : void

Method Details

CMapAwareDocumentFont() public method

public CMapAwareDocumentFont ( PRIndirectReference refFont ) : System
refFont PRIndirectReference
return System

CMapAwareDocumentFont() public method

public CMapAwareDocumentFont ( PdfDictionary font ) : System
font PdfDictionary
return System

Decode() public method

public Decode ( byte cidbytes, int offset, int len ) : String
cidbytes byte
offset int
len int
return String

Encode() public method

public Encode ( byte bytes, int offset, int len ) : String
bytes byte
offset int
len int
return String

GetWidth() public method

public GetWidth ( int char1 ) : int
char1 int
return int