==== →FNTFORM ==== ---- ---- Change current font for forms ---- ^ __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 ''→FNTFORM'' command sets the font used to display textual information in forms. 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: 'Font8A' …………………………………………………………………………………… →FNTFORM will set ''Font8A'' as the font being used in forms. ---- {{page>manual:chapter6:fonts&nofooter&noeditbtn&inline}}