Class GlyphIdList
GlyphIdList class
Represents glyph id list.
public class GlyphIdList : List<GlyphId>
Properties
Name | Description |
---|---|
Item { get; } | Returns glyph id by the index. |
Methods
Name | Description |
---|---|
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
- class GlyphId
- namespace Aspose.Font.Glyphs
- assembly Aspose.Font