C# Class iTextSharp.text.pdf.Type1Font

Inheritance: BaseFont
Exibir arquivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
pfb byte[]

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

GetFontDescriptor() public method

public GetFontDescriptor ( PdfIndirectReference fontStream ) : PdfDictionary
fontStream PdfIndirectReference
return PdfDictionary

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

HasKernPairs() public method

public HasKernPairs ( ) : bool
return bool

Process() public method

public Process ( RandomAccessFileOrArray rf ) : void
rf RandomAccessFileOrArray
return void

SetFontDescriptor() public method

public SetFontDescriptor ( int key, float value ) : void
key int
value float
return void

SetKerning() public method

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

Property Details

pfb protected_oe property

protected byte[] pfb
return byte[]