10 REM TAVERN FULL font licensed as CC-BY-SA by TheOuterLinux (https://theouterlinux.gitlab.io) 20 REM To use this font, you will either need to pick one of the following sections bellow or use a BBC Master or newer. Otherwise, typing after 30 REM running this script as is will result in only printing lower-case letters, even if you were to press one of the 0-9 keys. 40 REM You can also use the TAVRNFUL.SSD in an emulator and RUN the "RUNME" program first as it uses PAGE=&1F00:FX20,6:CHAIN"TAVRN". 50 60 REM 0-9 70 VDU23,48,0,28,38,78,214,228,120,0,23,49,0,8,24,40,10,62,224,0,23,50,0,56,76,4,124,152,230,0,23,51,0,56,76,24,36,12,248,0,23,52,0,16,36,68,206,116,4,0 80 VDU23,53,0,126,66,88,116,4,248,0,23,54,0,12,48,112,200,136,112,0,23,55,0,252,12,8,16,32,64,0,23,56,0,24,36,52,72,136,112,0,23,57,0,28,34,50,12,48,192,0 90 100 REM A-Z 110 VDU23,65,0,24,28,38,62,102,236,0,23,66,0,248,100,60,36,100,248,0,23,67,0,48,104,192,192,98,60,0,23,68,0,60,50,50,50,100,248,0,23,69,0,126,48,60,96,96,254,0 120 VDU23,70,0,126,48,60,96,96,240,0,23,71,0,28,62,32,110,102,252,0,23,72,0,102,204,252,204,204,102,0,23,73,0,62,88,216,24,58,252,0,23,74,0,62,112,176,50,54,60,0 130 VDU23,75,0,114,100,108,120,76,102,0,23,76,0,120,176,48,50,102,254,0,23,77,0,18,54,62,106,74,218,0,23,78,0,18,26,58,42,108,200,0,23,79,0,28,34,102,102,68,56,0 140 VDU23,80,0,60,82,18,60,96,240,0,23,81,0,60,126,194,138,148,122,0,23,82,0,60,82,18,60,100,230,0,23,83,0,30,34,120,28,198,252,0,23,84,0,62,106,202,24,24,120,0 150 VDU23,85,0,102,150,150,36,36,56,0,23,86,0,102,162,162,54,28,8,0,23,87,0,102,146,154,54,36,72,0,23,88,0,194,36,24,24,40,78,0,23,89,0,102,172,44,28,140,120,0 160 VDU23,90,0,126,142,176,36,110,114,0,23,97,0,0,0,56,76,134,122,0 170 180 REM a-z 190 VDU23,98,0,48,16,32,56,68,248,0,23,99,0,0,0,112,128,132,120,0,23,100,0,12,6,114,142,140,120,0,23,101,0,0,0,112,144,164,120,0,23,102,0,14,18,36,240,64,192,0 200 VDU23,103,0,0,0,24,36,60,132,120,23,104,0,14,26,48,120,200,140,0,23,105,0,16,0,96,192,128,192,0,23,106,0,4,0,8,8,152,176,96,23,107,0,24,36,64,112,160,144,0 210 VDU23,108,0,14,8,24,16,48,192,0,23,109,0,0,0,36,110,146,180,0,23,110,0,0,0,56,76,204,216,0,23,111,0,0,0,56,68,132,120,0,23,112,0,0,0,124,70,98,92,192 220 VDU23,113,0,0,0,124,196,140,116,6,23,114,0,0,0,32,124,196,192,0,23,115,0,0,0,28,32,24,248,0,23,116,0,8,8,60,8,152,112,0,23,117,0,0,0,36,68,204,244,0 230 VDU23,118,0,0,0,198,76,40,16,0,23,119,0,0,0,130,214,108,68,0,23,120,0,0,0,132,72,48,204,0,23,121,0,0,0,36,36,24,136,112,23,122,0,0,0,252,24,96,252,0 240 250 REM The following is for demonstrative purposes only and should be removed before adding font to your BBC BASIC script: 260 MODE6:PRINT"Aa Bb 0":PRINT"Cc Dd 1":PRINT"Ee Ff 2":PRINT"Gg Hh 3":PRINT"Ii Jj 4":PRINT"Kk Ll 5":PRINT"Mm Nn 6":PRINT"Oo Pp 7" 270 PRINT"Qq Rr 8":PRINT"Ss Tt 9":PRINT"Uu Vv":PRINT"Ww Xx":PRINT"Yy Zz"