Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / DefaultMonospaceFonts Property

In This Topic
    DefaultMonospaceFonts Property
    In This Topic
    Gets the default list of font names belonging to the Serif font family.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property DefaultMonospaceFonts As System.Collections.Generic.List(Of String)
    public static System.Collections.Generic.List<string> DefaultMonospaceFonts {get;}
    See Also