Class GlyphIdList

GlyphIdList class

Represents glyph id list.

public class GlyphIdList : List<GlyphId>

Properties

NameDescription
Item { get; }Returns glyph id by the index.

Methods

NameDescription
Add(GlyphId)Adds glyph id to the list.
Clear()Clears the list.
Contains(GlyphId)Returns true in case glyph id is in the list.
Remove(GlyphId)Removes glyph id from the list.

See Also