string = FONTDF/{INQUIR|UGDFLT|CUSTDF|'file spec'}[IFERR,label:]
Allows you to inquire the name of the current font definition or retrieve a font definition.
Use the minor word INQUIR to return the current font definition. If the system returns a null string, that indicates the current font definition is the UG default.
Parameter |
Description |
INQUIR |
Minor word used to inquire the name of the current font definition. |
UGDFLT |
Minor word used to retrieve the UG default font definition. |
CUSTDF |
Minor word used to retrieve the customer default font definition. |
'file spec' |
Specifies a font definition file to be retrieved. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. If an error occurs, the font is not changed and the current font definition is still in effect. |