C# Класс 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.
Наследование: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ShortIndex bool

Открытые методы

Метод Описание
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.

Описание методов

IndexToLocationTable() публичный Метод

public IndexToLocationTable ( ) : System
Результат System

IndexToLocationTable() публичный Метод

public IndexToLocationTable ( FontData fontData ) : System
fontData FontData
Результат System

PrepareForCompilation() публичный Метод

Prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
Результат void

Read() публичный Метод

Converts the bytes in a handy representation
public Read ( ) : void
Результат void

Write() публичный Метод

Converts the font into its binary representation.
public Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void
writer PdfSharp.Fonts.OpenType.OpenTypeFontWriter
Результат void

Описание свойств

ShortIndex публичное свойство

public bool ShortIndex
Результат bool