C# Class PdfSharp.Fonts.OpenType.TableDirectoryEntry

Represents an entry in the fonts table dictionary.
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Свойство Type Description
CheckSum uint
FontTable PdfSharp.Fonts.OpenType.OpenTypeFontTable
Length int
Offset int
Tag string

Méthodes publiques

Méthode Description
Read ( FontData fontData ) : void
ReadFrom ( FontData fontData ) : TableDirectoryEntry

Creates and reads a TableDirectoryEntry from the font image.

TableDirectoryEntry ( ) : System

Initializes a new instance of the TableDirectoryEntry class.

TableDirectoryEntry ( string tag ) : System

Initializes a new instance of the TableDirectoryEntry class.

Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void

Method Details

Read() public méthode

public Read ( FontData fontData ) : void
fontData FontData
Résultat void

ReadFrom() public static méthode

Creates and reads a TableDirectoryEntry from the font image.
public static ReadFrom ( FontData fontData ) : TableDirectoryEntry
fontData FontData
Résultat TableDirectoryEntry

TableDirectoryEntry() public méthode

Initializes a new instance of the TableDirectoryEntry class.
public TableDirectoryEntry ( ) : System
Résultat System

TableDirectoryEntry() public méthode

Initializes a new instance of the TableDirectoryEntry class.
public TableDirectoryEntry ( string tag ) : System
tag string
Résultat System

Write() public méthode

public Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void
writer PdfSharp.Fonts.OpenType.OpenTypeFontWriter
Résultat void

Property Details

CheckSum public_oe property

CheckSum for this table.
public uint CheckSum
Résultat uint

FontTable public_oe property

Associated font table.
public OpenTypeFontTable,PdfSharp.Fonts.OpenType FontTable
Résultat PdfSharp.Fonts.OpenType.OpenTypeFontTable

Length public_oe property

Actual length of this table in bytes.
public int Length
Résultat int

Offset public_oe property

Offset from beginning of TrueType font file.
public int Offset
Résultat int

Tag public_oe property

4 -byte identifier.
public string Tag
Résultat string