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

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