Table of Contents

Enum XStyleSimulations

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Describes the simulation style of a font.

[Flags]
public enum XStyleSimulations

Fields

BoldItalicSimulation = BoldSimulation | ItalicSimulation

Bold and Italic style simulation.

BoldSimulation = 1

Bold style simulation.

ItalicSimulation = 2

Italic style simulation.

None = 0

No font style simulation.