*******************************************************************
*                                                                 *
* Subject: OS/2 Developer Magazine, GUI Corner column,            *
*          "Printing Made Easy?" - July/August 1995 issue.        *
* Purpose: Compilable 32-Bit source code sample to illustrate     *
*          printing within OS/2.                                  *
* Authors: Matt Smith, Prominare Inc.                             *
*          Mark Benge, IBM Software Solutions                     *
*                                                                 *
* Revisions:                                                      *
*          Version 1   - Initial cut                              *
*          Version 2   - Exploring fonts                          *
*          Version 2.1 - Added SelectFont, SelectScalableFont,    *
*                        and ScaleFont api.                       *
*          Version 3   - Print Preview and other print issues.    *
*                                                                 *
*******************************************************************
*******************************************************************
********************  D I S C L A I M E R  ************************
* This code is provided on an asis basis with no implied support. *
* It should be considered freeware that cannot be rebundled as    *
* part of a larger "*ware" offering without our consent.          *
*******************************************************************
*
* This self-extracting zip file contains the source and executable to
* demonstrate printing within OS/2. We've included a makefile for the
* C Set++, WATCOM, and the Borland compiler.  Please see README.NOW for
* additional information.
*
* Please direct any comments, questions, and such to either Matt Smith
* (Internet: msmith@prominare.com CompuServe: 70363,1175) or Mark Benge
* (Internet: banzai@vnet.ibm.com CompuServe: 73532,2063  VNET: banzai AT CARY)
*
* Please note that this code is freeware and is provided on an "AS IS"
* basis, without any type of support.
*
* Stay tuned for the September/October '95 issue of the OS/2 Developer,
* as we explore managing dialogues from a C++ class library perspective.
*