Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFontFamilyType Enumeration

In This Topic
    SvgFontFamilyType Enumeration
    In This Topic
    Defines a type of the font family (regular font name or a generic family name).
    Syntax
    'Declaration
     
    Public Enum SvgFontFamilyType 
       Inherits System.Enum
    public enum SvgFontFamilyType : System.Enum 
    Members
    MemberDescription
    CursiveFont glyphs look more like handwritten pen or brush writing than printed letterwork.
    FantasyFonts that contain decorative or expressive representations of characters.
    FontNameA specific font family name which is not generic, such as Helvetica or Verdana.
    MonospaceAll font glyphs have the same fixed width.
    SansSerifFont stroke endings are plain - without any flaring, cross stroke, or other ornamentation.
    SerifFont glyphs have finishing strokes, flared or tapering ends, or have actual serifed endings (including slab serifs).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgFontFamilyType

    See Also