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
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 메소드들

메소드 설명
ControlValueProgram ( FontData fontData ) : System
Read ( ) : void

메소드 상세

ControlValueProgram() 공개 메소드

public ControlValueProgram ( FontData fontData ) : System
fontData FontData
리턴 System

Read() 공개 메소드

public Read ( ) : void
리턴 void