C# Class iTextSharp.text.pdf.Pfm2afm

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

Méthodes publiques

Méthode Description
Convert ( RandomAccessFileOrArray inp, Stream outp ) : void

Private Methods

Méthode Description
Openpfm ( ) : void
Outchar ( int code, int width, String name ) : void
Outval ( int n ) : void
Pfm2afm ( RandomAccessFileOrArray inp, Stream outp ) : System
Putchartab ( ) : void
Putheader ( ) : void
Putkerntab ( ) : void
Puttrailer ( ) : void
ReadString ( ) : String
ReadString ( int n ) : String

Method Details

Convert() public static méthode

public static Convert ( RandomAccessFileOrArray inp, Stream outp ) : void
inp RandomAccessFileOrArray
outp Stream
Résultat void