For PDFFont object

Applies to

PDFFont object

Description

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

Data type

Boolean.

Usage

In scripts

The Italic property takes a boolean value. For example:

lpdf_font = create PDFfont

lpdf_font.fontname = "simsunb"
lpdf_font.italic = FALSE