C# Class iTextSharp.text.pdf.CMapAwareDocumentFont

Inheritance: DocumentFont
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

CMapAwareDocumentFont() public méthode

public CMapAwareDocumentFont ( PRIndirectReference refFont ) : System
refFont PRIndirectReference
Résultat System

CMapAwareDocumentFont() public méthode

public CMapAwareDocumentFont ( PdfDictionary font ) : System
font PdfDictionary
Résultat System

Decode() public méthode

public Decode ( byte cidbytes, int offset, int len ) : String
cidbytes byte
offset int
len int
Résultat String

Encode() public méthode

public Encode ( byte bytes, int offset, int len ) : String
bytes byte
offset int
len int
Résultat String

GetWidth() public méthode

public GetWidth ( int char1 ) : int
char1 int
Résultat int