C# Class PdfSharp.Fonts.OpenType.ControlValueTable

This table contains a list of values that can be referenced by instructions. They can be used, among other things, to control characteristics for different glyphs. The length of the table must be an integral number of FWORD units.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Show file Open project: DavidS/MigraDoc Class Usage Examples

Public Methods

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

Method Details

ControlValueTable() public method

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

Read() public method

public Read ( ) : void
return void