==== FNTRCL ==== ---- ---- Recall a system font ---- ^ __Input Stack__ ^ ^ __Output Stack__ ^ | **N** | **→** | **F** | | //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 ''FNTRCL'' command recalls to the stack a font object installed on the system. ---- This command is new in newRPL and does not exist in userRPL. ---- 1: 'Font7A' …………………………………………………………………………………… FNTRCL will result in 1: FONTDATA 24F AAcAqoAB… …………………………………………………………………………………… ---- {{page>manual:chapter6:fonts&nofooter&noeditbtn&inline}}