Macro Language Reference > Macros > Font > tefntdel
  
tefntdel
Description
Enables you to delete embedded fonts from a document. You can either manually select the font(s) from a list in the Delete Embedded Fonts dialog box, or specify the name(s) of fonts to be deleted.
 
Example 115. Delete an embedded font
The macro shown below will delete the embedded font called Chicago:
tefntdel "_E_F_Chicago_1"
Syntax
tefntdel embedded font:t?
[no parameter]
Invoke the Delete Embedded Fonts dialog box.
embedded font
The name of the embedded font to be deleted. This must be a tag name that already exists.