28 void font_print(
const char *font);
30 void palette_print(
const U_PALETTE *p,
const char *PalEntries);
31 void pen_print(
U_PEN p);
32 void rect16_ltrb_print(
U_RECT16 rect);
33 void rect16_brtl_print(
U_RECT16 rect);
34 void region_print(
const char *region);
38 void polypolygon_print(uint16_t nPolys,
const uint16_t *aPolyCounts,
const char *Points);
39 void scan_print(
U_SCAN sc);
40 void dibheader_print(
const void *dh);
43 int wmfheader_print(
const char *contents,
const char *blimit);
44 void U_WMRNOTIMPLEMENTED_print(
const char *contents);
45 int U_wmf_onerec_print(
const char *contents,
const char *blimit,
int recnum,
size_t off);
Coordinates of the upper left, lower right corner. Note that the coordinate system is 0...
Definition: uwmf.h:831
int U_wmf_onerec_print(const char *contents, const char *blimit, int recnum, size_t off)
Print any record in a wmf.
Definition: uwmf_print.c:1339
Structures, definitions, and function prototypes for WMF files.
Prototypes for functions for printing records from EMF files.