home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / drfont / drfont.bi next >
Encoding:
Text File  |  1993-04-22  |  274 b   |  9 lines

  1.  
  2.    CONST ComputerFont% = 1, CouriorFont% = 2, HelveticaFont% = 3
  3.    CONST LetterFont% = 4, OldEnglishFont% = 5, OutLineFont% = 6
  4.    CONST TimesRomanFont% = 7, ScriptFont% = 8, SuperScriptFont% = 9
  5.    CONST StanderdFont% = 10
  6.  
  7.    DECLARE SUB DRLoadFont (FontType%)
  8.  
  9.