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
PMF DriverStringOptions Flags

Macros

#define U_DSO_None   0x00
 no bits set
 
#define U_DSO_CmapLookup   0x01
 Set: value is a Unicode character; Clear: value is an index into Glyph table in a font.
 
#define U_DSO_Vertical   0x02
 Set: draw string verically; Clear: draw horizontally.
 
#define U_DSO_RealizedAdvance   0x04
 
#define U_DSO_LimitSubpixel   0x08
 Set: use less memory to cache anti-aliased glyphs; Clear: use more.
 

Detailed Description

For EMF+ manual 2.1.2.3, Microsoft name: DriverStringOptions Flags (U_DSO_*)

Macro Definition Documentation

#define U_DSO_RealizedAdvance   0x04

Set: U_PMF_DRAWDRIVERSTRING Positions field specifies only position of first of Glyphs field, with the rest calculated from font information; Clear: Positions specifies coordinates for each Glyphs member.