home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / gfdemo.doc < prev    next >
Text File  |  1990-09-15  |  3KB  |  69 lines

  1. Hello, and welcome to the GFONTS version 3.0 demo.
  2.  
  3. GFDEMO.EXE is a demonstration of the GFONTS.BAS tool package for 
  4. QuickBASIC programmers.
  5.  
  6. You will need either a color EGA card or a high resolution (640x480) 
  7. VGA card to run GFDEMO (although about 20 GFONTS routines will work 
  8. with CGA or HERC.)  The four supplied font files and an EGA graphics 
  9. image file must reside on the drive you run GFDEMO from.
  10.  
  11. GFONTS.BAS is a package of assembly and QuickBASIC fonts intended to 
  12. be added to your graphics application programs.  To date, there are 
  13. over 60 font routines included, and many of them allow you to BLOAD 
  14. one of two kinds of font files from disk.  Each of the QB fonts is 
  15. in a separate subprogram for ease of use, speed, and to allow you to 
  16. select only those fonts you need for each program.  The fonts range 
  17. from 8x8 pixels to screen size.
  18.  
  19. There are two groups of GFONTS and two methods to display each 
  20. group.  The groups are 1) assembly language routines, and 2) BASIC 
  21. rotuines.  Each of these can use use either the ROM character set(s) 
  22. already in your computer, or font files you BLOAD from disk.  The 
  23. GFONTS package comes with three BASIC programs to demostrate the 
  24. various methods.  
  25.  
  26. Because the fonts are in individual modules and in QuickBASIC it is 
  27. very easy to create your own using the supplied ones as templates.  
  28. The possibilities are endless in size, shape, and color (you could 
  29. even have each character in a font contain 16 colors!)
  30.  
  31. The assembly fonts are quite easy to use.  Load QB with the GFASM 
  32. quicklibrary and they are ready to go!  All 13 assembly fonts 
  33. together add less than 10k to your compiled program!  And you can 
  34. use standard 4k font files and display them in 5 different sizes at 
  35. assembly language speed.
  36.  
  37. GFONTS also comes with an exclusive 16x24 pixel font editor called 
  38. BIGFONT.EXE.  There is room in each character for 3 times the pixels 
  39. of the ordinary 8x16 ROM character set, allowing for finely detailed 
  40. fonts (italics, cursive, bold, thin, Greek, etc...)  And best of all 
  41. they are displayed at assembly language speed!
  42.  
  43. You may also load 8x16 font files (such as created with Michael 
  44. Mefford's FONTEDIT.COM from PC magazine) and display them with over 
  45. 20 QuickBASIC GFONT routines; up to 480 pixels tall!  This same disk 
  46. files can be displayed in assembly language using the VGAxxx calls.
  47.  
  48. The price for the GFONTS package is $40.  This includes all source 
  49. code, over 25 font files, quick-reference sheets, and a variety of 
  50. GFONT examples and utilities in QuickBASIC; including a graphics 
  51. cursor routine, a Yes/No button routine, and a special VGA palette 
  52. fade demo program.  
  53.  
  54. The GFONTS package comes on TWO 360k diskettes.
  55.  
  56. Support for BASIC 7.x is included at no extra charge.
  57.  
  58. You purchase full rights to all use of GFONTS (except distribution 
  59. as a graphics font toolbox, of course.)  No royalties are required.
  60.  
  61. Thank you for trying the GFONTS demo.  Feel free to call or write 
  62. with any questions.
  63.  
  64.     Dwain Goforth
  65.     Milestone Software
  66.     1260 Sunset Ave.
  67.     Arcata, CA  95521 USA
  68.     (707) 822-1291
  69.