C# Class NOpenType.Tables.TableEntry

this is base class of all 'top' font table
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
LoadDataFrom ( BinaryReader reader ) : void
TableEntry ( ) : System

Protected Methods

Method Description
ReadContentFrom ( BinaryReader reader ) : void

Method Details

LoadDataFrom() public method

public LoadDataFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

ReadContentFrom() protected abstract method

protected abstract ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

TableEntry() public method

public TableEntry ( ) : System
return System