C# Class NOpenType.Tables.ClassDefTable.ClassRangeRecord

Mostra file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
classNo ushort
endGlyphId ushort
startGlyphId ushort

Public Methods

Method Description
ClassRangeRecord ( ushort startGlyphId, ushort endGlyphId, ushort classNo ) : System
ToString ( ) : string

Method Details

ClassRangeRecord() public method

public ClassRangeRecord ( ushort startGlyphId, ushort endGlyphId, ushort classNo ) : System
startGlyphId ushort
endGlyphId ushort
classNo ushort
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

classNo public_oe property

public ushort classNo
return ushort

endGlyphId public_oe property

public ushort endGlyphId
return ushort

startGlyphId public_oe property

public ushort startGlyphId
return ushort