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

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

보호된 프로퍼티들

프로퍼티 타입 설명
pfb byte[]

공개 메소드들

메소드 설명
GetFontDescriptor ( PdfIndirectReference fontStream ) : PdfDictionary
GetFontDescriptor ( int key, float fontSize ) : float
GetFullFontStream ( ) : PdfStream
GetKerning ( int char1, int char2 ) : int
HasKernPairs ( ) : bool
Process ( RandomAccessFileOrArray rf ) : void
SetFontDescriptor ( int key, float value ) : void
SetKerning ( int char1, int char2, int kern ) : bool

보호된 메소드들

메소드 설명
GetRawCharBBox ( int c, String name ) : int[]

비공개 메소드들

메소드 설명
GetFontBaseType ( PdfIndirectReference fontDescriptor, int firstChar, int lastChar, byte shortTag ) : PdfDictionary
GetRawWidth ( int c, string name ) : int
Type1Font ( string afmFile, string enc, bool emb, byte ttfAfm, byte pfb, bool forceRead ) : System
WriteFont ( PdfWriter writer, PdfIndirectReference piref, Object parms ) : void

메소드 상세

GetFontDescriptor() 공개 메소드

public GetFontDescriptor ( PdfIndirectReference fontStream ) : PdfDictionary
fontStream PdfIndirectReference
리턴 PdfDictionary

GetFontDescriptor() 공개 메소드

public GetFontDescriptor ( int key, float fontSize ) : float
key int
fontSize float
리턴 float

GetFullFontStream() 공개 메소드

public GetFullFontStream ( ) : PdfStream
리턴 PdfStream

GetKerning() 공개 메소드

public GetKerning ( int char1, int char2 ) : int
char1 int
char2 int
리턴 int

GetRawCharBBox() 보호된 메소드

protected GetRawCharBBox ( int c, String name ) : int[]
c int
name String
리턴 int[]

HasKernPairs() 공개 메소드

public HasKernPairs ( ) : bool
리턴 bool

Process() 공개 메소드

public Process ( RandomAccessFileOrArray rf ) : void
rf RandomAccessFileOrArray
리턴 void

SetFontDescriptor() 공개 메소드

public SetFontDescriptor ( int key, float value ) : void
key int
value float
리턴 void

SetKerning() 공개 메소드

public SetKerning ( int char1, int char2, int kern ) : bool
char1 int
char2 int
kern int
리턴 bool

프로퍼티 상세

pfb 보호되어 있는 프로퍼티

protected byte[] pfb
리턴 byte[]