Gets or sets the bold style emulation of the character.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool FauxBold { get; set; }
true
if bold style emulation is enabled; otherwise, false
.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.