==== →FNT1STK ====
----
----
Change current font for stack level 1
----
^ __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-4commands-that-set-modes-states|Group 4]] ||
|**Affected by flags**| None ||
----
The ''→FNT1STK'' command sets the font used to display objects on the __top level of the stack__. The font used to display objects on other levels of the stack is set by the ''[[manual:chapter6:fonts:cmd_stofntstk|→FNTSTK]]'' command.
This command accepts only names of fonts in form of identifiers. The font must be a system font or have been previously installed using the ''[[manual:chapter6:fonts:cmd_fntsto|FNTSTO]]'' command.
----
This command is new in newRPL and does not exist in userRPL.
----
1: 'Font8B'
……………………………………………………………………………………
→FNT1STK
will set ''Font8B'' as the font being used in the first level of the stack area.
----
{{page>manual:chapter6:fonts&nofooter&noeditbtn&inline}}