FONTPATH

Specifies the system font path library directories in which TrueType and OpenType fonts and AFP extended code page fonts are stored. TrueType and OpenType fonts are Unicode-enabled AFP fonts that are not defined by FOCA. AFP extended code page fonts are FOCA fonts that contain EBCDIC or ASCII encodings and can contain the Unicode equivalent value. AFP extended code page fonts have a .ECP file extension.

FONTPATH=pathlist
The value is:
pathlist
Any valid search path. You must use a colon (:) in AIX or a semicolon (;) in Windows to separate multiple paths. For example:
acif inputdd=INFILE outputdd=OUTFILE pagedef=PAGTRUE formdef=F1A10110 \
fontpath=/u/fonts/truetype:/u/fonts/truetype/local
Note: The backslash (\) tells AIX to continue reading the command from the next line. In Windows, the backslash is not valid; therefore, the command parameters must be on one continuous line.

ACIF searches the paths in the order in which they are specified.

Note: The total number of all characters in the string of path names cannot exceed 4095 bytes.

For more information about how ACIF processes resources such as TrueType and OpenType fonts, see Processing resources installed with resource access tables.