Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentFont Class / Glyphs Property

In This Topic
    Glyphs Property
    In This Topic
    Gets the array of glyphs that were rendered using the current font.
    Syntax
    'Declaration
     
    Public ReadOnly Property Glyphs As Char()
    public char[] Glyphs {get;}
    See Also