C# Класс PdfSharp.Fonts.TrueType.TrueTypeFontTable

Base class for all TrueType fonts.
Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
DirectoryEntry TableDirectoryEntry

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

Метод Описание
CalcChecksum ( byte bytes ) : uint

Calculates the checksum of a table represented by its bytes.

Clone ( ) : object

Creates a deep copy of the current instance.

PrepareForCompilation ( ) : void

When overridden in a derived class, prepares the font table to be compiled into its binary representation.

TrueTypeFontTable ( FontData fontData, string tag ) : System

Initializes a new instance of the TrueTypeFontTable class.

Write ( TrueTypeFontWriter writer ) : void

When overridden in a derived class, converts the font into its binary representation.

Защищенные методы

Метод Описание
DeepCopy ( ) : TrueTypeFontTable

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

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

Calculates the checksum of a table represented by its bytes.
public static CalcChecksum ( byte bytes ) : uint
bytes byte
Результат uint

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

Creates a deep copy of the current instance.
public Clone ( ) : object
Результат object

DeepCopy() защищенный Метод

protected DeepCopy ( ) : TrueTypeFontTable
Результат TrueTypeFontTable

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

When overridden in a derived class, prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
Результат void

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

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

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

When overridden in a derived class, converts the font into its binary representation.
public Write ( TrueTypeFontWriter writer ) : void
writer TrueTypeFontWriter
Результат void

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

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

public TableDirectoryEntry DirectoryEntry
Результат TableDirectoryEntry