C# 클래스 iTextSharp.text.pdf.Pfm2afm

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( RandomAccessFileOrArray inp, Stream outp ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( RandomAccessFileOrArray inp, Stream outp ) : void
inp RandomAccessFileOrArray
outp Stream
리턴 void