Get or set if the text appears bold.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool Bold { get; set; }
Visual Basic
Public Property Bold As Boolean
	Get
	Set

Remarks

Note that the boldness is simulated by using a thicker stroke. It is preferrable to use a bold font if possible. E.g. use arialbd.ttf for bold Arial and arial.ttf for regular Arial. This property is ignored if applied to a Bold font.

See Also