[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontStyle

Enum SvgFontStyle

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Allows italic or oblique faces to be selected.

public enum SvgFontStyle

Fields

Italic = 1

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

Normal = 0

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

Oblique = 2

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