Specifies a bold variant of a system font.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

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

Remarks

In many cases, the PDF font name specifies the boldness of the font in the font name itself. For example "TimesNewRoman-Bold". If your system has a "Times New Roman" font, you can set the SystemFontName to "Times New Roman" and set Bold to true. This will normally resolve to the right device font. If the system does have a special bold variant of the Times New Roman font, it will resolve to that.

See Also