Bold

Applies to

PDFFont object

Description

Gets or sets the bold property of the font in the PDF document.

Data type

Boolean.

Usage

In scripts

The Bold property takes a boolean value. For example:

lpdf_font = create PDFfont

lpdf_font.fontname = "simsunb"
lpdf_font.bold = FALSE