==== FNTSTO ==== ---- ---- Install a user font for system use ---- ^ __Input Stack__ ^^ ^ __Output Stack__ ^ | **F** | **N** | **→** | | | //Level 2// | //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-7multiple-argument-one-result-commands|Group 7]] || |**Affected by flags**| None || ---- The ''FNTSTO'' command install new fonts on the system. Fonts include up to 65536 glyphs which can be mapped to 1048576 different Unicode code points. ---- This command is new in newRPL and does not exist in userRPL. ---- 2: FONTDATA 2A5 AAgAvyAB… 1: 'ComicSans' …………………………………………………………………………………… FNTSTO installs a new font and calls it ''ComicSans''. ---- {{page>manual:chapter6:fonts&nofooter&noeditbtn&inline}}