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

In This Topic
    SvgFontStyle Enumeration
    In This Topic
    Allows italic or oblique faces to be selected.
    Syntax
    'Declaration
     
    Public Enum SvgFontStyle 
       Inherits System.Enum
    public enum SvgFontStyle : System.Enum 
    Members
    MemberDescription
    ItalicSelects a font that is labeled as an italic face, or an oblique face if one is not.
    NormalSelects a face that is classified as a normal face, one that is neither italic or obliqued.
    ObliqueSelects a font that is labeled as an oblique face, or an italic face if one is not.
    Inheritance Hierarchy

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

    See Also