include: Add a few missing out-precision and clip-precision defines.

oldstable
Huw Davies 2014-04-29 13:16:30 +01:00 committed by Alexandre Julliard
parent 788cd0b4c6
commit 806895a0c2
1 changed files with 21 additions and 18 deletions

View File

@ -785,6 +785,8 @@ typedef struct tagXFORM
#define OUT_RASTER_PRECIS 6
#define OUT_TT_ONLY_PRECIS 7
#define OUT_OUTLINE_PRECIS 8
#define OUT_SCREEN_OUTLINE_PRECIS 9
#define OUT_PS_ONLY_PRECIS 10
/* lfClipPrecision values */
#define CLIP_DEFAULT_PRECIS 0x00
@ -793,6 +795,7 @@ typedef struct tagXFORM
#define CLIP_MASK 0x0F
#define CLIP_LH_ANGLES 0x10
#define CLIP_TT_ALWAYS 0x20
#define CLIP_DFA_DISABLE 0x40
#define CLIP_EMBEDDED 0x80
/* lfQuality values */