typeface

Specifies the name of the typeface.

Syntax

Reference_Syntax.typeface = "Courier | typeface"

Values

Type

Values

String

  • Courier (default)

  • Any valid typeface identifier.

Applies to

Model

Object

Form Model

font

Version

XFA 2.1

Examples

JavaScript

TextField1.font.typeface = "Myriad Pro";

FormCalc

TextField1.font.typeface = "Myriad Pro"

// Ethnio survey code removed