[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontStyle

SvgFontStyle Enum

Allows italic or oblique faces to be selected.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgFontStyle
Public Enum SvgFontStyle

Fields

Name Description
Italic

Selects a font that is labeled as an italic face, or an oblique face if one is not.

Normal

Selects a face that is classified as a normal face, one that is neither italic or obliqued.

Oblique

Selects a font that is labeled as an oblique face, or an italic face if one is not.