Gets glyphs of the cluster.
Namespace:
Aspose.Words.Shaping
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic Glyph[] Glyphs { get; }
Public ReadOnly Property Glyphs As Glyph()
Get
public:
property array<Glyph^>^ Glyphs {
array<Glyph^>^ get ();
}
member Glyphs : Glyph[] with get
Property Value
Type:
Glyph
See Also