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

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