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

StarInfo/Vernon/!FontTrix/Demos/demo7c

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/demo7c
Read OK:
File size: 0160 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM > demo
   20LIBRARY "<Font_SR$Dir>.Procs"
   30PROCset_fontmax(50,50)
   40
   50PROCinitialise(63,192)
   60x%=50
   70FOR n%=90 TO 1080 STEP 6
   80  x%=x%+4
   90  y%=400+((EXP(n%/600))*50*COSRAD(n%))
  100  font1=FNopen_font("Trinity.Bold", 30,30, RND(63),192, 63,192)
  110  PROCfont_scale(font1,"*Acorn User",x%,y%,n%/1080,n%/1080)
  120  PROCclose_font(font1)
  130NEXT
  140
  150PROCreset_fontmax
  160END

� > demo
ț "<Font_SR$Dir>.Procs"
�set_fontmax(50,50)
(
2�initialise(63,192)
<	x%=50
F� n%=90 � 1080 � 6
P
  x%=x%+4
Z$  y%=400+((�(n%/600))*50*��(n%))
d@  font1=�open_font("Trinity.Bold", 30,30, �(63),192, 63,192)
n<  �font_scale(font1,"*Acorn User",x%,y%,n%/1080,n%/1080)
x  �close_font(font1)
��
�
��reset_fontmax
��
�
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 1e 17 f2 73 65 74  |>.Procs".....set|
00000030  5f 66 6f 6e 74 6d 61 78  28 35 30 2c 35 30 29 0d  |_fontmax(50,50).|
00000040  00 28 04 0d 00 32 17 f2  69 6e 69 74 69 61 6c 69  |.(...2..initiali|
00000050  73 65 28 36 33 2c 31 39  32 29 0d 00 3c 09 78 25  |se(63,192)..<.x%|
00000060  3d 35 30 0d 00 46 16 e3  20 6e 25 3d 39 30 20 b8  |=50..F.. n%=90 .|
00000070  20 31 30 38 30 20 88 20  36 0d 00 50 0d 20 20 78  | 1080 . 6..P.  x|
00000080  25 3d 78 25 2b 34 0d 00  5a 24 20 20 79 25 3d 34  |%=x%+4..Z$  y%=4|
00000090  30 30 2b 28 28 a1 28 6e  25 2f 36 30 30 29 29 2a  |00+((.(n%/600))*|
000000a0  35 30 2a 9b b2 28 6e 25  29 29 0d 00 64 40 20 20  |50*..(n%))..d@  |
000000b0  66 6f 6e 74 31 3d a4 6f  70 65 6e 5f 66 6f 6e 74  |font1=.open_font|
000000c0  28 22 54 72 69 6e 69 74  79 2e 42 6f 6c 64 22 2c  |("Trinity.Bold",|
000000d0  20 33 30 2c 33 30 2c 20  b3 28 36 33 29 2c 31 39  | 30,30, .(63),19|
000000e0  32 2c 20 36 33 2c 31 39  32 29 0d 00 6e 3c 20 20  |2, 63,192)..n<  |
000000f0  f2 66 6f 6e 74 5f 73 63  61 6c 65 28 66 6f 6e 74  |.font_scale(font|
00000100  31 2c 22 2a 41 63 6f 72  6e 20 55 73 65 72 22 2c  |1,"*Acorn User",|
00000110  78 25 2c 79 25 2c 6e 25  2f 31 30 38 30 2c 6e 25  |x%,y%,n%/1080,n%|
00000120  2f 31 30 38 30 29 0d 00  78 18 20 20 f2 63 6c 6f  |/1080)..x.  .clo|
00000130  73 65 5f 66 6f 6e 74 28  66 6f 6e 74 31 29 0d 00  |se_font(font1)..|
00000140  82 05 ed 0d 00 8c 04 0d  00 96 12 f2 72 65 73 65  |............rese|
00000150  74 5f 66 6f 6e 74 6d 61  78 0d 00 a0 05 e0 0d ff  |t_fontmax.......|
00000160