C# Class NOpenType.Tables.GPOS.PosLookupRecord

显示文件 Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
lookupListIndex ushort
seqIndex ushort

Public Methods

Method Description
CreateFrom ( BinaryReader reader ) : PosLookupRecord
PosLookupRecord ( ushort seqIndex, ushort lookupListIndex ) : System

Method Details

CreateFrom() public static method

public static CreateFrom ( BinaryReader reader ) : PosLookupRecord
reader System.IO.BinaryReader
return PosLookupRecord

PosLookupRecord() public method

public PosLookupRecord ( ushort seqIndex, ushort lookupListIndex ) : System
seqIndex ushort
lookupListIndex ushort
return System

Property Details

lookupListIndex public_oe property

public ushort lookupListIndex
return ushort

seqIndex public_oe property

public ushort seqIndex
return ushort