C# Class NOpenType.Tables.CoverageTable.RangeRecord

Exibir arquivo Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
end ushort
start ushort
startCoverageIndex ushort

Public Methods

Method Description
Contains ( int glyphIndex ) : bool
RangeRecord ( ushort start, ushort end, ushort startCoverageIndex ) : System
ToString ( ) : string

Method Details

Contains() public method

public Contains ( int glyphIndex ) : bool
glyphIndex int
return bool

RangeRecord() public method

public RangeRecord ( ushort start, ushort end, ushort startCoverageIndex ) : System
start ushort
end ushort
startCoverageIndex ushort
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

end public_oe property

public ushort end
return ushort

start public_oe property

public ushort start
return ushort

startCoverageIndex public_oe property

public ushort startCoverageIndex
return ushort