home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / vectfont / readme next >
Encoding:
Text File  |  1989-11-20  |  1.3 KB  |  32 lines

  1. Comments about VECTFONT
  2.  
  3. This program, written by Charles Petzold, demonstrates OS/2 vector font
  4. capabilities.  In order for the 24 point font demonstration to work, you
  5. must first install the necessary fonts, by using the Control Panel.
  6.  
  7. This is done as follows:
  8. 1.  Bring up the control panel
  9. 2.  Select Installation...Add Font
  10. 3.  Tell the program the location of the font file (usually C:\OS2\DLL)
  11. 4.  Select a font in the font list box, then press the Add button.
  12. 5.  At this point, it will ask if you wish that the font be copied
  13.     to the directory C:\OS2\DLL.  Since have just installed the font
  14.     from this directory, this copy step will not be needed -- press "no"
  15. 6.  Press the Cancel button to exit the Add Font dialog box
  16. 7.  Finally, Exit the control panel
  17.  
  18. Also, there is an accompanying readme file which describes the program
  19. (this should appear in Microsoft Systems Journal soon)
  20.  
  21. File List:
  22.  
  23. README         This file
  24. VECTFONT    Makefile for VECTFONT application
  25. VECTFONT.C    Main source file (driver)
  26. VECTFONT.DEF    Definition file for VECTFONT
  27. VECTFONT.DOC    Text file explaining the VECTFONT application
  28. VECTFONT.H    Header file
  29. VECTFONT.LNK    File used in linking
  30. VECTFONT.RC    Resource file
  31. VF00.C-VF15.C    Source code demonstrating various vector font implementations
  32.