home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / prnt2.txt < prev    next >
Text File  |  1995-05-07  |  2KB  |  38 lines

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Developer Magazine, GUI Corner column,            *
  4. *          "Fonts 101" - May/June 1995 issue.                     *
  5. * Purpose: Compilable 32-Bit source code sample to illustrate     *
  6. *          printing within OS/2.                                  *
  7. * Authors: Matt Smith, Prominare Inc.                             *
  8. *          Mark Benge, IBM Software Solutions                     *
  9. *                                                                 *
  10. * Revisions:                                                      *
  11. *          Version 1   - Initial cut                              *
  12. *          Version 2   - Exploring fonts                          *
  13. *          Version 2.1 - Added SelectFont, SelectScalableFont,    *
  14. *                        and ScaleFont api.                       *
  15. *                                                                 *
  16. *******************************************************************
  17. *******************************************************************
  18. ********************  D I S C L A I M E R  ************************
  19. * This code is provided on an asis basis with no implied support. *
  20. * It should be considered freeware that cannot be rebundled as    *
  21. * part of a larger "*ware" offering without our consent.          *
  22. *******************************************************************
  23. *
  24. * This self-extracting zip file contains the source and executable to
  25. * demonstrate printing within OS/2. We've included a makefile for the
  26. * C Set++, WATCOM, and the Borland compiler.
  27. *
  28. * Please direct any comments, questions, and such to either Matt Smith
  29. * (Internet: msmith@prominare.com CompuServe: 70363,1175) or Mark Benge
  30. * (Internet: banzai@vnet.ibm.com CompuServe: 73532,2063  VNET: banzai AT CARY)
  31. *
  32. * Please note that this code is freeware and is provided on an "AS IS"
  33. * basis, without any type of support.
  34. *
  35. * Stay tuned for the July/August '95 issue of the OS/2 Developer,
  36. * as we continue our a series of articles on OS/2 printing.
  37. *
  38.