|
libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
#include <uemf.h>
Data Fields | |
| FILE * | fp |
| Open file. | |
| size_t | allocated |
| Size of the buffer. | |
| size_t | used |
| Amount consumed. | |
| uint32_t | records |
| Number of records already contained. | |
| uint16_t | ignore |
| size padding,not used | |
| uint32_t | PalEntries |
| Number of PalEntries (set from U_EMREOF) | |
| uint32_t | chunk |
| Number of bytes to add when more space is needed. | |
| char * | buf |
| Buffer for constructing the EMF in memory. | |
Storage for keeping track of properties of the growing EMF file as records are added.
1.8.5