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

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