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
显示文件 Open project: DavidS/MigraDoc Class Usage Examples

Public Methods

Method Description
ControlValueProgram ( FontData fontData ) : System
Read ( ) : void

Method Details

ControlValueProgram() public method

public ControlValueProgram ( FontData fontData ) : System
fontData FontData
return System

Read() public method

public Read ( ) : void
return void