posture

Specifies the posture of the font.

Syntax

Reference_Syntax.posture = "normal | italic"

Values

Type

Values

String

  • normal (default)

  • italic

The font has a normal posture.

  • italic

The font is italicized.

Applies to

Model

Object

Form Model

font

Version

XFA 2.1

Examples

JavaScript

TextField1.font.posture = "italic";

FormCalc

TextField1.font.posture = "italic"

// Ethnio survey code removed