C# Class NOpenType.Tables.GlyphLocations

Inheritance: TableEntry
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GlyphLocations ( int glyphCount, bool isLongVersion ) : System.IO

Protected Methods

Method Description
ReadContentFrom ( BinaryReader reader ) : void

Method Details

GlyphLocations() public method

public GlyphLocations ( int glyphCount, bool isLongVersion ) : System.IO
glyphCount int
isLongVersion bool
return System.IO

ReadContentFrom() protected method

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