Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / ClusterMap Property

In This Topic
    ClusterMap Property
    In This Topic
    Gets the array mapping code points to glyphs.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClusterMap As GlyphInfo()
    public GlyphInfo[] ClusterMap {get;}
    See Also