C# Class 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.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Méthode Description
ControlValueProgram ( FontData fontData ) : System
Read ( ) : void

Method Details

ControlValueProgram() public méthode

public ControlValueProgram ( FontData fontData ) : System
fontData FontData
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void