C# Class NOpenType.Tables.ClassDefTable.ClassRangeRecord

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
classNo ushort
endGlyphId ushort
startGlyphId ushort

Méthodes publiques

Méthode Description
ClassRangeRecord ( ushort startGlyphId, ushort endGlyphId, ushort classNo ) : System
ToString ( ) : string

Method Details

ClassRangeRecord() public méthode

public ClassRangeRecord ( ushort startGlyphId, ushort endGlyphId, ushort classNo ) : System
startGlyphId ushort
endGlyphId ushort
classNo ushort
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

classNo public_oe property

public ushort classNo
Résultat ushort

endGlyphId public_oe property

public ushort endGlyphId
Résultat ushort

startGlyphId public_oe property

public ushort startGlyphId
Résultat ushort