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

The Control Value Program consists of a set of TrueType instructions that will be executed whenever the font or point size or transformation matrix change and before each glyph is interpreted. Any instruction is legal in the CVT Program but since no glyph is associated with it, instructions intended to move points within a particular glyph outline cannot be used in the CVT Program. The name 'prep' is anachronistic.
Наследование: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ControlValueProgram ( FontData fontData ) : System
Read ( ) : void

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

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

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

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

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