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
Mostrar archivo Open project: DavidS/MigraDoc Class Usage Examples

Public Properties

Property Type Description
ShortIndex bool

Public Methods

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

public IndexToLocationTable ( ) : System
return System

IndexToLocationTable() public method

public IndexToLocationTable ( FontData fontData ) : System
fontData FontData
return System

PrepareForCompilation() public method

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

Read() public method

Converts the bytes in a handy representation
public Read ( ) : void
return void

Write() public method

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

Property Details

ShortIndex public_oe property

public bool ShortIndex
return bool