Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
U_WMRPLACEABLE Struct Reference

WMF manual 2.3.2.3 META_PLACEABLE If present this must immediately precede the header. More...

#include <uwmf.h>

Public Attributes

uint32_t Key
 MUST be 0x9AC6CDD7.
 
uint16_t HWmf
 0. (Always. Manual says total number of 16bit words in record, but no examples found like that)
 
U_RECT16 Dst
 Destination bounding box in logical units.
 
uint16_t Inch
 Logical units/inch (convention if not specified: 1440 logical units/inch)
 
uint32_t Reserved
 must be 0
 
uint16_t Checksum
 Checksum of preceding 10 16 bit values.
 

Detailed Description

WMF manual 2.3.2.3 META_PLACEABLE If present this must immediately precede the header.


It is not enumerated as an WMR record type. This only ever occurs at the start of a WMF file, so the two uint32_t values will always be aligned.

Definition at line 1081 of file uwmf.h.

Member Data Documentation

◆ Checksum

uint16_t U_WMRPLACEABLE::Checksum

Checksum of preceding 10 16 bit values.

Definition at line 1087 of file uwmf.h.

◆ Dst

U_RECT16 U_WMRPLACEABLE::Dst

Destination bounding box in logical units.

Definition at line 1084 of file uwmf.h.

Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().

◆ HWmf

uint16_t U_WMRPLACEABLE::HWmf

0. (Always. Manual says total number of 16bit words in record, but no examples found like that)

Definition at line 1083 of file uwmf.h.

◆ Inch

uint16_t U_WMRPLACEABLE::Inch

Logical units/inch (convention if not specified: 1440 logical units/inch)

Definition at line 1085 of file uwmf.h.

Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().

◆ Key

uint32_t U_WMRPLACEABLE::Key

MUST be 0x9AC6CDD7.

Definition at line 1082 of file uwmf.h.

◆ Reserved

uint32_t U_WMRPLACEABLE::Reserved

must be 0

Definition at line 1086 of file uwmf.h.


The documentation for this struct was generated from the following file: