==== FNTSTK ====
----
----
Recall name of current font for stack area
----
^ __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-1commands-that-cannot-parallel-process|Group 1]] ||
|**Affected by flags**| None ||
----
The ''FNTSTK'' command returns the name, in form of identifier, of the font currently used to display objects on the stack __from level 2 upwards__. The font used to display the object on level 1 of the stack is retrieved by the ''[[manual:chapter6:fonts:cmd_fnt1stk|FNT1STK]]'' command.
This command retrieves only the name of the font: to retrieve the font object itself use the ''[[manual:chapter6:fonts:cmd_fntrcl|FNTRCL]]'' command on the result of ''FNTSTK''.
----
This command is new in newRPL and does not exist in userRPL.
----
1:
……………………………………………………………………………………
FNTSTK
will result in
1: 'Font10A'
……………………………………………………………………………………
----
{{page>manual:chapter6:fonts&nofooter&noeditbtn&inline}}