C# Class PdfSharp.Fonts.OpenType.IndexToLocationTable

The indexToLoc table stores the offsets to the locations of the glyphs in the font, relative to the beginning of the glyphData table. In order to compute the length of the last glyph element, there is an extra entry after the last valid index.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Свойство Type Description
ShortIndex bool

Méthodes publiques

Méthode Description
IndexToLocationTable ( ) : System
IndexToLocationTable ( FontData fontData ) : System
PrepareForCompilation ( ) : void

Prepares the font table to be compiled into its binary representation.

Read ( ) : void

Converts the bytes in a handy representation

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

Converts the font into its binary representation.

Method Details

IndexToLocationTable() public méthode

public IndexToLocationTable ( ) : System
Résultat System

IndexToLocationTable() public méthode

public IndexToLocationTable ( FontData fontData ) : System
fontData FontData
Résultat System

PrepareForCompilation() public méthode

Prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
Résultat void

Read() public méthode

Converts the bytes in a handy representation
public Read ( ) : void
Résultat void

Write() public méthode

Converts the font into its binary representation.
public Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void
writer PdfSharp.Fonts.OpenType.OpenTypeFontWriter
Résultat void

Property Details

ShortIndex public_oe property

public bool ShortIndex
Résultat bool