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

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

공개 메소드들

메소드 설명
CharExists ( int c ) : bool
ConvertToBytes ( String text ) : byte[]
DefineGlyph ( char c, float wx, float llx, float lly, float urx, float ury ) : PdfContentByte
GetCharBBox ( int c ) : int[]
GetFontDescriptor ( int key, float fontSize ) : float
GetFullFontStream ( ) : PdfStream
GetKerning ( int char1, int char2 ) : int
GetWidth ( String text ) : int
GetWidth ( int char1 ) : int
HasKernPairs ( ) : bool
SetCharAdvance ( int c, int advance ) : bool
SetKerning ( int char1, int char2, int kern ) : bool
Type3Font ( PdfWriter writer, bool colorized ) : System
Type3Font ( PdfWriter writer, char chars, bool colorized ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
ConvertToBytes ( int char1 ) : byte[]
GetRawWidth ( int c, String name ) : int
WriteFont ( PdfWriter writer, PdfIndirectReference piRef, Object oParams ) : void

메소드 상세

CharExists() 공개 메소드

public CharExists ( int c ) : bool
c int
리턴 bool

ConvertToBytes() 공개 메소드

public ConvertToBytes ( String text ) : byte[]
text String
리턴 byte[]

DefineGlyph() 공개 메소드

public DefineGlyph ( char c, float wx, float llx, float lly, float urx, float ury ) : PdfContentByte
c char
wx float
llx float
lly float
urx float
ury float
리턴 PdfContentByte

GetCharBBox() 공개 메소드

public GetCharBBox ( int c ) : int[]
c int
리턴 int[]

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[]

GetWidth() 공개 메소드

public GetWidth ( String text ) : int
text String
리턴 int

GetWidth() 공개 메소드

public GetWidth ( int char1 ) : int
char1 int
리턴 int

HasKernPairs() 공개 메소드

public HasKernPairs ( ) : bool
리턴 bool

SetCharAdvance() 공개 메소드

public SetCharAdvance ( int c, int advance ) : bool
c int
advance int
리턴 bool

SetKerning() 공개 메소드

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

Type3Font() 공개 메소드

public Type3Font ( PdfWriter writer, bool colorized ) : System
writer PdfWriter
colorized bool
리턴 System

Type3Font() 공개 메소드

public Type3Font ( PdfWriter writer, char chars, bool colorized ) : System
writer PdfWriter
chars char
colorized bool
리턴 System