C# Class NOpenType.Interpreter

Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
Interpreter ( ) : System
Run ( byte instructions ) : void

Private Methods

Method Description
BuildLookup ( List instructions ) : NOpenType.Instruction[]

Method Details

Interpreter() public method

public Interpreter ( ) : System
return System

Run() public method

public Run ( byte instructions ) : void
instructions byte
return void