C# Class iTextSharp.text.pdf.Type1Font

Inheritance: BaseFont
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
pfb byte[]

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetRawCharBBox ( int c, String name ) : int[]

Private Methods

Méthode 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 méthode

public GetFontDescriptor ( PdfIndirectReference fontStream ) : PdfDictionary
fontStream PdfIndirectReference
Résultat PdfDictionary

GetFontDescriptor() public méthode

public GetFontDescriptor ( int key, float fontSize ) : float
key int
fontSize float
Résultat float

GetFullFontStream() public méthode

public GetFullFontStream ( ) : PdfStream
Résultat PdfStream

GetKerning() public méthode

public GetKerning ( int char1, int char2 ) : int
char1 int
char2 int
Résultat int

GetRawCharBBox() protected méthode

protected GetRawCharBBox ( int c, String name ) : int[]
c int
name String
Résultat int[]

HasKernPairs() public méthode

public HasKernPairs ( ) : bool
Résultat bool

Process() public méthode

public Process ( RandomAccessFileOrArray rf ) : void
rf RandomAccessFileOrArray
Résultat void

SetFontDescriptor() public méthode

public SetFontDescriptor ( int key, float value ) : void
key int
value float
Résultat void

SetKerning() public méthode

public SetKerning ( int char1, int char2, int kern ) : bool
char1 int
char2 int
kern int
Résultat bool

Property Details

pfb protected_oe property

protected byte[] pfb
Résultat byte[]