CharStyle.FauxBold Property

Gets or sets the bold style emulation of the character.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool FauxBold { get; set; }

Property Value

true if bold style emulation is enabled; otherwise, false.

Remarks

Most font families have regular, bold, and italic styles. However, what if you need to draw a bold and/or italic text, but a font family does not contain the corresponding styles? In this case you can use the FauxBold and FauxItalic properties for emulating bold and italic styles.

See Also

Reference