C# Класс PdfSharp.Fonts.OpenType.TableDirectoryEntry

Represents an entry in the fonts table dictionary.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
CheckSum uint
FontTable PdfSharp.Fonts.OpenType.OpenTypeFontTable
Length int
Offset int
Tag string

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

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

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

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

public Read ( FontData fontData ) : void
fontData FontData
Результат void

ReadFrom() публичный статический Метод

Creates and reads a TableDirectoryEntry from the font image.
public static ReadFrom ( FontData fontData ) : TableDirectoryEntry
fontData FontData
Результат TableDirectoryEntry

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

Initializes a new instance of the TableDirectoryEntry class.
public TableDirectoryEntry ( ) : System
Результат System

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

Initializes a new instance of the TableDirectoryEntry class.
public TableDirectoryEntry ( string tag ) : System
tag string
Результат System

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

public Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void
writer PdfSharp.Fonts.OpenType.OpenTypeFontWriter
Результат void

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

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

CheckSum for this table.
public uint CheckSum
Результат uint

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

Associated font table.
public OpenTypeFontTable,PdfSharp.Fonts.OpenType FontTable
Результат PdfSharp.Fonts.OpenType.OpenTypeFontTable

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

Actual length of this table in bytes.
public int Length
Результат int

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

Offset from beginning of TrueType font file.
public int Offset
Результат int

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

4 -byte identifier.
public string Tag
Результат string