|
libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
Macros | |
| #define | U_PTP_None 0x00 |
| no bits set | |
| #define | U_PTP_DashMode 0x10 |
| Dash Mode. | |
| #define | U_PTP_PathMarker 0x20 |
| Path Marker. | |
| #define | U_PTP_NoBit 0x40 |
| unused bit | |
| #define | U_PTP_CloseSubpath 0x80 |
| CloseSubpath. | |
| #define | U_PTP_NotClose 0x70 |
| Everything but close. | |
| #define | U_PTP_MASK 0xF0 |
| Everything. | |
| #define | U_PTP_SHIFT 4 |
| offset to this bitfield | |
For EMF+ manual 2.1.2.6, Microsoft name: PathPointType Flags (U_PTP_*)
1.8.5