You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
436 B
44 lines
436 B
/*++
|
|
|
|
Copyright (c) 1990-2003 Microsoft Corporation
|
|
|
|
|
|
Module Name:
|
|
|
|
textout.h
|
|
|
|
|
|
Abstract:
|
|
|
|
This module contains all #defines and prototypes for the textout.c module.
|
|
|
|
|
|
Author:
|
|
|
|
18-Nov-1993 Thu 05:18:40 created
|
|
|
|
|
|
[Environment:]
|
|
|
|
GDI Device Driver - Plotter.
|
|
|
|
|
|
[Notes:]
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _PLOTTEXTOUT_
|
|
#define _PLOTTEXTOUT_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // _PLOTTEXTOUT_
|