Leaked source code of windows server 2003
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.

34 lines
484 B

  1. /*++
  2. Copyright (c) 1996 - 1999 Microsoft Corporation
  3. Module Name:
  4. fontmap.h
  5. Abstract:
  6. Unidrv FONTMAP and related infor header file.
  7. Environment:
  8. Windows NT Unidrv driver
  9. Revision History:
  10. 05-19-97 -eigos-
  11. Created
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _FMDEVICE_
  16. #define _FMDEVICE_
  17. PFNGLYPHOUT PfnDevGlyphOut;
  18. PFNSELFONT PfnDevSelFont;
  19. PFNDESELFONT PfnDevDeSelFont;
  20. #endif // !_FMDEVICE_