==== FNTPG ====
----
----
Purge a user-installed system font
----
^ __Input Stack__ ^ ^ __Output Stack__ ^
| **N** | **→** | |
| //Level 1// | //→// | //Level 1// |
{{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
|**Type**| [[manual:chapter5:basics#commands|Command]] ||
|**Parallel list processing**| [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]] ||
|**Affected by flags**| None ||
----
The ''FNTPG'' command uninstalls a font object installed on the system. System fonts can't be uninstalled.
----
This command is new in newRPL and does not exist in userRPL.
----
1: 'ComicSans'
……………………………………………………………………………………
FNTPG
will uninstall the custom font ''ComicSans''.
----
{{page>manual:chapter6:fonts&nofooter&noeditbtn&inline}}