C# Class iTextSharp.text.pdf.CFFFont

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Свойство Type Description
arg_count int
args Object[]
buf RandomAccessFileOrArray
fonts Font[]
gsubrIndexOffset int
gsubrOffsets int[]
key String
nameIndexOffset int
nameOffsets int[]
stringIndexOffset int
stringOffsets int[]
topdictIndexOffset int
topdictOffsets int[]

Méthodes publiques

Méthode Description
CFFFont ( RandomAccessFileOrArray inputbuffer ) : System
Exists ( String fontName ) : bool
GetCID ( String fontName ) : byte[]
GetNames ( ) : String[]
GetString ( char sid ) : String
IsCID ( String fontName ) : bool

Méthodes protégées

Méthode Description
GetDictItem ( ) : void
GetEntireIndexRange ( int indexOffset ) : RangeItem

Private Methods

Méthode Description
GetCard16 ( ) : char
GetCard8 ( ) : char
GetIndex ( int nextIndexOffset ) : int[]
GetInt ( ) : int
GetOffset ( int offSize ) : int
GetPosition ( ) : int
GetShort ( ) : short
ReadEncoding ( int nextIndexOffset ) : void
Seek ( int offset ) : void

Method Details

CFFFont() public méthode

public CFFFont ( RandomAccessFileOrArray inputbuffer ) : System
inputbuffer RandomAccessFileOrArray
Résultat System

Exists() public méthode

public Exists ( String fontName ) : bool
fontName String
Résultat bool

GetCID() public méthode

public GetCID ( String fontName ) : byte[]
fontName String
Résultat byte[]

GetDictItem() protected méthode

protected GetDictItem ( ) : void
Résultat void

GetEntireIndexRange() protected méthode

protected GetEntireIndexRange ( int indexOffset ) : RangeItem
indexOffset int
Résultat RangeItem

GetNames() public méthode

public GetNames ( ) : String[]
Résultat String[]

GetString() public méthode

public GetString ( char sid ) : String
sid char
Résultat String

IsCID() public méthode

public IsCID ( String fontName ) : bool
fontName String
Résultat bool

Property Details

arg_count protected_oe property

protected int arg_count
Résultat int

args protected_oe property

protected Object[] args
Résultat Object[]

buf protected_oe property

protected RandomAccessFileOrArray,iTextSharp.text.pdf buf
Résultat RandomAccessFileOrArray

fonts protected_oe property

protected Font[] fonts
Résultat Font[]

gsubrIndexOffset protected_oe property

protected int gsubrIndexOffset
Résultat int

gsubrOffsets protected_oe property

protected int[] gsubrOffsets
Résultat int[]

key protected_oe property

protected String key
Résultat String

nameIndexOffset protected_oe property

protected int nameIndexOffset
Résultat int

nameOffsets protected_oe property

protected int[] nameOffsets
Résultat int[]

stringIndexOffset protected_oe property

protected int stringIndexOffset
Résultat int

stringOffsets protected_oe property

protected int[] stringOffsets
Résultat int[]

topdictIndexOffset protected_oe property

protected int topdictIndexOffset
Résultat int

topdictOffsets protected_oe property

protected int[] topdictOffsets
Résultat int[]