C# Class NOpenType.Tables.TableEntry

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

Méthodes publiques

Méthode Description
LoadDataFrom ( BinaryReader reader ) : void
TableEntry ( ) : System

Méthodes protégées

Méthode Description
ReadContentFrom ( BinaryReader reader ) : void

Method Details

LoadDataFrom() public méthode

public LoadDataFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

ReadContentFrom() protected abstract méthode

protected abstract ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

TableEntry() public méthode

public TableEntry ( ) : System
Résultat System