* include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
This commit is contained in:
Chris Sutcliffe
2008-07-25 01:19:11 +00:00
parent e0fa82235a
commit f42ef1eba7
2 changed files with 6 additions and 0 deletions

View File

@ -358,6 +358,8 @@ extern "C" {
#define OUT_RASTER_PRECIS 6
#define OUT_TT_ONLY_PRECIS 7
#define OUT_OUTLINE_PRECIS 8
//http://www.pinvoke.net/default.aspx/Structures/LOGFONT.html
#define OUT_PS_ONLY_PRECIS 10
#define CLIP_DEFAULT_PRECIS 0
#define CLIP_CHARACTER_PRECIS 1
#define CLIP_STROKE_PRECIS 2