libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
EMF LF_ClipPrecision Enumeration

Macros

#define U_CLIP_DEFAULT_PRECIS   0x00
 Use default clipping precision.
 
#define U_CLIP_CHARACTER_PRECIS   0x01
 Use character clipping precision.
 
#define U_CLIP_STROKE_PRECIS   0x02
 (Source documentation is vague about what this means.)
 
#define U_CLIP_MASK   0x0F
 MASK for bits in preceding.
 
#define U_CLIP_LH_ANGLES   0x10
 Set: font rotation by coordinate system, Clear: device fonts (only) rotate counterclockwise.
 
#define U_CLIP_TT_ALWAYS   0x20
 Reserved.
 
#define U_CLIP_EMBEDDED   0x80
 Font embedding is required. (Method for doing so is not documented in EMF or WMF.)
 

Detailed Description

For U_LOGFONT lfClipPrecision field EMF manual 2.2.13 & WMF manual 2.1.2.1