C# Class PdfSharp.Fonts.OpenType.FontProgram

This table is similar to the CVT Program, except that it is only run once, when the font is first used. It is used only for FDEFs and IDEFs. Thus the CVT Program need not contain function definitions. However, the CVT Program may redefine existing FDEFs or IDEFs.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Mostra file Open project: DavidS/MigraDoc Class Usage Examples

Public Methods

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

Method Details

FontProgram() public method

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

Read() public method

public Read ( ) : void
return void