C# Class NOpenType.Tables.ClassDefTable

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
classValueArray ushort[]
records ClassRangeRecord[]
startGlyph ushort

Public Methods

Method Description
CreateFrom ( BinaryReader reader, long beginAt ) : ClassDefTable

Method Details

CreateFrom() public static method

public static CreateFrom ( BinaryReader reader, long beginAt ) : ClassDefTable
reader System.IO.BinaryReader
beginAt long
return ClassDefTable

Property Details

classValueArray public property

public ushort[] classValueArray
return ushort[]

records public property

public ClassRangeRecord[] records
return ClassRangeRecord[]

startGlyph public property

public ushort startGlyph
return ushort