FontStyle Enumeration

Specifies font styles.

public enum FontStyle
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.3.0)

Members

Member nameValueDescription
Normal0The normal style of the font.
Italic1Italic version of the font, or the oblique version if no italic version exists.
Oblique2Oblique version of the font, or the italic version if no oblique version exists.

See Also

PdfToSvg Namespace