Property SynthesizeItalic
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SynthesizeItalic
Gets or sets a value indicating whether to draw italic text even if the current font is not italic.
public bool SynthesizeItalic { get; set; }
Property Value
- bool
If
true, the drawn text will look italic even if the current font is not italic. Iffalse, the text will look italic only if the current font is italic.
Remarks
Default value: false.
The library synthesizes italics by applying a transformation before drawing the text. It's like a typography process of producing oblique fonts by mechanically slanting regular typefaces.