home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / PROGRAM / FEDIT256.ZIP / VGAFONT.TXT < prev   
Text File  |  1994-04-22  |  619b  |  18 lines

  1. The Vgafont unit is used with the fonteditor to create multicolor(256) mcga
  2. fonts. This is only working with mode 13h, and is most suited for game
  3. development.
  4.  
  5. The unit is usable with TurboPascal 6.0 and will, probably work with other
  6. versions.
  7.  
  8. The following commands are available:
  9.  
  10. ClearFont                   : This clears the entire font! (For what use?)
  11. LoadFont(filename : string) : This loads a vgafont into memory!
  12. Gwrite(x,y,spacing,text)    : This works like Outtext or something!
  13. Gread(x,y,spacing,text)     : A graphic "Readln". Should be working.
  14.  
  15. This is v1.0, have fun!
  16.  
  17. Cybersoft 94'
  18.