Home » Archimedes archive » Acorn User » AU 1997-09 B.adf » Regulars » StarInfo/Vernon/!FontTrix/Demos/demo3

StarInfo/Vernon/!FontTrix/Demos/demo3

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-09 B.adf » Regulars
Filename: StarInfo/Vernon/!FontTrix/Demos/demo3
Read OK:
File size: 0173 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM > demo
   20LIBRARY "<Font_SR$Dir>.Procs"
   40PROCinitialise(63,192)
   50font1=FNopen_font("Trinity.Medium", 30,30, 2,0, 63,192)
   60font2=FNopen_font("Trinity.Medium", 30,30, 63,192, 63,192)
   70FOR n=1 TO 30 STEP 2
   80  CLG
   90  PROCfont_SR(font1,"Acorn User",200,200,n,n/10,n/10)
  100  PROCfont_SR(font2,"Acorn User",200,200,n,n/10,n/10)
  110NEXT
  120PROCclose_font(font1)
  130PROCclose_font(font2)
  150END

� > demo
ț "<Font_SR$Dir>.Procs"
(�initialise(63,192)
2:font1=�open_font("Trinity.Medium", 30,30, 2,0, 63,192)
<=font2=�open_font("Trinity.Medium", 30,30, 63,192, 63,192)
F� n=1 � 30 � 2
P  �
Z6  �font_SR(font1,"Acorn User",200,200,n,n/10,n/10)
d6  �font_SR(font2,"Acorn User",200,200,n,n/10,n/10)
n�
x�close_font(font1)
��close_font(font2)
��
�
00000000  0d 00 0a 0c f4 20 3e 20  64 65 6d 6f 0d 00 14 1c  |..... > demo....|
00000010  c8 9b 20 22 3c 46 6f 6e  74 5f 53 52 24 44 69 72  |.. "<Font_SR$Dir|
00000020  3e 2e 50 72 6f 63 73 22  0d 00 28 17 f2 69 6e 69  |>.Procs"..(..ini|
00000030  74 69 61 6c 69 73 65 28  36 33 2c 31 39 32 29 0d  |tialise(63,192).|
00000040  00 32 3a 66 6f 6e 74 31  3d a4 6f 70 65 6e 5f 66  |.2:font1=.open_f|
00000050  6f 6e 74 28 22 54 72 69  6e 69 74 79 2e 4d 65 64  |ont("Trinity.Med|
00000060  69 75 6d 22 2c 20 33 30  2c 33 30 2c 20 32 2c 30  |ium", 30,30, 2,0|
00000070  2c 20 36 33 2c 31 39 32  29 0d 00 3c 3d 66 6f 6e  |, 63,192)..<=fon|
00000080  74 32 3d a4 6f 70 65 6e  5f 66 6f 6e 74 28 22 54  |t2=.open_font("T|
00000090  72 69 6e 69 74 79 2e 4d  65 64 69 75 6d 22 2c 20  |rinity.Medium", |
000000a0  33 30 2c 33 30 2c 20 36  33 2c 31 39 32 2c 20 36  |30,30, 63,192, 6|
000000b0  33 2c 31 39 32 29 0d 00  46 12 e3 20 6e 3d 31 20  |3,192)..F.. n=1 |
000000c0  b8 20 33 30 20 88 20 32  0d 00 50 07 20 20 da 0d  |. 30 . 2..P.  ..|
000000d0  00 5a 36 20 20 f2 66 6f  6e 74 5f 53 52 28 66 6f  |.Z6  .font_SR(fo|
000000e0  6e 74 31 2c 22 41 63 6f  72 6e 20 55 73 65 72 22  |nt1,"Acorn User"|
000000f0  2c 32 30 30 2c 32 30 30  2c 6e 2c 6e 2f 31 30 2c  |,200,200,n,n/10,|
00000100  6e 2f 31 30 29 0d 00 64  36 20 20 f2 66 6f 6e 74  |n/10)..d6  .font|
00000110  5f 53 52 28 66 6f 6e 74  32 2c 22 41 63 6f 72 6e  |_SR(font2,"Acorn|
00000120  20 55 73 65 72 22 2c 32  30 30 2c 32 30 30 2c 6e  | User",200,200,n|
00000130  2c 6e 2f 31 30 2c 6e 2f  31 30 29 0d 00 6e 05 ed  |,n/10,n/10)..n..|
00000140  0d 00 78 16 f2 63 6c 6f  73 65 5f 66 6f 6e 74 28  |..x..close_font(|
00000150  66 6f 6e 74 31 29 0d 00  82 16 f2 63 6c 6f 73 65  |font1).....close|
00000160  5f 66 6f 6e 74 28 66 6f  6e 74 32 29 0d 00 96 05  |_font(font2)....|
00000170  e0 0d ff                                          |...|
00000173