home *** CD-ROM | disk | FTP | other *** search
-
- CONST ComputerFont% = 1, CouriorFont% = 2, HelveticaFont% = 3
- CONST LetterFont% = 4, OldEnglishFont% = 5, OutLineFont% = 6
- CONST TimesRomanFont% = 7, ScriptFont% = 8, SuperScriptFont% = 9
- CONST StanderdFont% = 10
-
- DECLARE SUB DRLoadFont (FontType%)
-
-