Macro Language Reference > Macros > Font > tfnt
  
tfnt
Description
Enables you to install new fonts or rewrite your entire font list (sfctrl.3ad file).
 
Example 116. Replace font list with fonts from a specified directory
tfnt "c:/font/APP/",0,0
Syntax
tfnt path:s? mode:n? TOT:n?
path
The pathname or font name of the font to be installed. Use up to eight path parameters.
mode
Use a value of 0 or 1 to overwrite the entire font list with the fonts specified in path.
TOT
0
Do not enable extended font support for TrueType and OpenType fonts.
1
Enable extended font support for TrueType and OpenType fonts.
To append fonts from a specified directory to the end of the current sfctrl.3ad file, use the syntax tfnt +"C:/FontPath/FontDirectory/".
To append fonts from multiple specified directories to the end of the current sfctrl.3ad file, use the syntax tfnt +"C:/FontPath/FontDirectory/","C:/FontPath2/FontDirectory2/".