C# Class NOpenType.Tables.GPOS.MarkRecord

Exibir arquivo Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
markClass ushort
offset short

Public Methods

Method Description
MarkRecord ( ushort markClass, short offset ) : System
ToString ( ) : string

Method Details

MarkRecord() public method

public MarkRecord ( ushort markClass, short offset ) : System
markClass ushort
offset short
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

markClass public_oe property

Class defined for this mark
public ushort markClass
return ushort

offset public_oe property

Offset to Anchor table-from beginning of MarkArray table
public short offset
return short