MUSX Document Model
Loading...
Searching...
No Matches
musx::dom::ShapeDefInstruction::CloneChar Struct Reference

Holds the parsed data for a CloneChar instruction. More...

#include <ShapeDesigner.h>

Public Attributes

Evpu dx
 The X coordinate of the endpoint (relative to current point).
 
Evpu dy
 The Y coordinate of the endpoint (currently ignored).
 
int unused2
 Unused/undocumented field at index 2.
 
int baselineShift
 Baseline shift in EMs (1/1000 of current point size).
 
char32_t codePoint
 The 32-bit codepoint of the character to clone.
 

Detailed Description

Holds the parsed data for a CloneChar instruction.