string = SBFNT/{INQUIR|UGDFLT|CUSTDF|'file name'}[IFERR,label:]
Allows you to inquire the name of the current SBF file or to set a specific SBF file as the current file.
Use the minor word INQUIR to return the current SBF file. For example:
s = SBFNT/INQUIR
would return the current SBF file to the variable "s."
Parameter |
Description |
INQUIR |
Minor word used to return the name of the current SBF file to a specified variable. |
UGDFLT |
Minor word used to set the UG_DEFAULT.SBF file current. |
CUSTDF |
Minor word used to set the customer default SBF file current. |
'file name' |
Specifies a SBF file to be retrieved and set current. |
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. |