|
libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
Functions for printing WMF records. More...
#include <stdlib.h>#include <stdio.h>#include <stddef.h>#include <string.h>#include "uwmf_print.h"Functions | |
| int | U_wmf_onerec_print (const char *contents, const char *blimit, int recnum, size_t off) |
| Print any record in a wmf. More... | |
Functions for printing WMF records.
| int U_wmf_onerec_print | ( | const char * | contents, |
| const char * | blimit, | ||
| int | recnum, | ||
| size_t | off | ||
| ) |
Print any record in a wmf.
| contents | pointer to a buffer holding all WMR records |
| blimit | one byte past the last WMF record in memory. |
| recnum | number of this record in contents |
| off | offset to this record in contents |
1.8.5