==== →FNTSTK ==== ---- ---- Change 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-4commands-that-set-modes-states|Group 4]] || |**Affected by flags**| None || ---- The ''→FNTSTK'' command sets the font 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 set by the ''[[manual:chapter6:fonts:cmd_stofnt1stk|→FNT1STK]]'' 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' …………………………………………………………………………………… →FNTSTK will set ''Font8B'' as the font being used in the stack area. ---- {{page>manual:chapter6:fonts&nofooter&noeditbtn&inline}}