home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: amigametaformat.h 2.0 (1.4.96)
- ** (C) Copyright 1995-1996 Henk Jonas
- ** amigametaformat.library include file
- */
-
- #define AMF_POLYGON 11
- #define AMF_SETFONT 0x6A
- #define AMF_FONT 0x64
- #define AMF_SETMARKTYPE 0x6D
- #define AMF_GETSTRINGLENGHT 0xC9
- #define AMF_MARK 14
- #define AMF_FILL_ROUNDED 19
- #define AMF_ROUNDED 17
- #define AMF_FILL_ELLIPSE 8
- #define AMF_ELLIPSE 6
- #define AMF_CURVE 15
- #define AMF_FILL_POLY 16
- #define AMF_TEXT 5
- #define AMF_SETLINEPAT 0x68
- #define AMF_BITMAP_PIC 12
- #define AMF_FILL_PIE 20
- #define AMF_PIE 18
- #define AMF_SETBGPEN 0x66
- #define AMF_SETFGPEN 0x65
- #define AMF_SETDPI 0x6E
- #define AMF_CLEAR_REGION 0
- #define AMF_SETDRMODE 0x67
- #define AMF_GETFONTHEIGHT 0xC8
- #define AMF_SETFILLPAT 0x6B
- #define AMF_FILL_BOX 9
- #define AMF_BOX 7
- #define AMF_SETLINEWIDTH 0x69
- #define AMF_GETBASELINE 0xCA
- #define AMF_LINE 3
- #define AMF_SETMARKSIZE 0x6C
- #define SIZE 0x8000
- #define AMF_ARC 13
-
-