This command changes the currently active font attributes. Font attributes are normally associated with the field in the form file. To enable dynamic font changes the font attributes for the relevant fields must be set to none. Enterprise Output Manager then uses the current active font to display the field.
$FONT$ fontidentifier
The following variations of fontidentifier have been defined:
COURIERNEW-R-10
COURIERNEW-B-10
COURIERNEW-I-10
COURIERNEW-BI-10
CUST_$FONT$
This item is called by LINC_$FONT$ after the standard font definitions have been processed. User defined font definitions can be entered in the CUST_$FONT$ item to make future version upgrade of the NextGen DDA easier. Changes to the DDA require the DDA design key. Following is an example of DDA code:
If field_type EQ "COURIERNEW_R_10" Begin>Execute Windows Font Change Font=(Courier New, 10.0,,,,R=0,G=0,B=0)>Exit End Block