C# Class iTextSharp.text.pdf.Type3Font

Inheritance: BaseFont
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
GetRawCharBBox ( int c, String name ) : int[]

Private Methods

Method Description
ConvertToBytes ( int char1 ) : byte[]
GetRawWidth ( int c, String name ) : int
WriteFont ( PdfWriter writer, PdfIndirectReference piRef, Object oParams ) : void

Method Details

CharExists() public method

public CharExists ( int c ) : bool
c int
return bool

ConvertToBytes() public method

public ConvertToBytes ( String text ) : byte[]
text String
return byte[]

DefineGlyph() public method

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
return PdfContentByte

GetCharBBox() public method

public GetCharBBox ( int c ) : int[]
c int
return int[]

GetFontDescriptor() public method

public GetFontDescriptor ( int key, float fontSize ) : float
key int
fontSize float
return float

GetFullFontStream() public method

public GetFullFontStream ( ) : PdfStream
return PdfStream

GetKerning() public method

public GetKerning ( int char1, int char2 ) : int
char1 int
char2 int
return int

GetRawCharBBox() protected method

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

GetWidth() public method

public GetWidth ( String text ) : int
text String
return int

GetWidth() public method

public GetWidth ( int char1 ) : int
char1 int
return int

HasKernPairs() public method

public HasKernPairs ( ) : bool
return bool

SetCharAdvance() public method

public SetCharAdvance ( int c, int advance ) : bool
c int
advance int
return bool

SetKerning() public method

public SetKerning ( int char1, int char2, int kern ) : bool
char1 int
char2 int
kern int
return bool

Type3Font() public method

public Type3Font ( PdfWriter writer, bool colorized ) : System
writer PdfWriter
colorized bool
return System

Type3Font() public method

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