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

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