home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / EEDRW23S.ZIP / EESTRING.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-02  |  562 b   |  15 lines

  1. /*****************************************************************************
  2. *   Module to handle screen printing.                         *
  3. *                                         *
  4. * Written by:  Gershon Elber            IBM PC Ver 1.0,    Dec. 1989    *
  5. *****************************************************************************/
  6.  
  7. #ifndef EESTRING_H
  8. #define EESTRING_H
  9.  
  10. void PutTextInfo(int Orient, int PosX, int PosY, int Scale, char *Str);
  11. void PutLineTextInfo(int x1, int y1, int x2, int y2, char *PinText, int PinNum,
  12.                 BooleanType TextInside, BooleanType DrawNums);
  13.  
  14. #endif EESTRING_H
  15.