Namespace: PdfSharp.Drawing
Describes the simulation style of a font.
public enum XStyleSimulations
Inheritance Object → ValueType → Enum → XStyleSimulations
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| None | 0 | No font style simulation. |
| BoldSimulation | 1 | Bold style simulation. |
| ItalicSimulation | 2 | Italic style simulation. |
| BoldItalicSimulation | 3 | Bold and Italic style simulation. |