The REMOVE statement
removes a font family, all fonts of a particular type, or all fonts
from the Core\Printing\Freetype\Fonts location in the SAS registry.
If you specify the USESASHELP procedure option, then fonts are removed
from the SASHELP portion of the registry. If you do not specify USESASHELP,
then fonts are removed from the SASUSER portion of the registry. Removal
from the SASUSER portion of the registry is the default.
Note that when you specify
the
family-name argument in
the REMOVE statement, SAS removes font families rather than individual
fonts within the family. For example, you might register several fonts
within the Arial family. When you use the
REMOVE Arial;
statement,
all fonts in the Arial family are removed from the registry. Similarly,
when you specify the
family-type argument
and use the
REMOVE Type1;
statement, all
Type1 font families are removed from the registry.