Single Design or Template
1) To Reference design without any modification use designid this can be viewed/changed through management tools
2) Modify design using query string:
Modify Color by C{colornum}={hex color code}
DesignName.ofm?C0=00ff00&C1=0000ff
Modify Lettering by L{letternum}.attribute={attributeval}
- See Create Lettering Section for list of attributes for lettering elements
DesignName.ofm?C0=00ff00&L0.text=Hello
Possible Additional Attributes for QueryString
|
xoff |
Offset from hoop origin to center design in .1mm units default: 0 |
|
yoff |
Offset from hoop origin to center design in .1mm units default: 0 |
|
xscale |
Scale factor design element (ie. 1.0 means no scale 2.0 doubles size) default: 1 |
|
yscale |
Scale factor design element (ie. 1.0 means no scale 2.0 doubles size) default: 1 |
|
horient |
0 – don’t flip horizontally 1 – flip horizontally default: 0 |
|
vorient |
0 – don’t flip vertically 1 – flip vertically default: 0 |
|
rotang |
The degrees to rotate element around center default: 0 |
|
xdim |
scale width to this dimension. If ydim not specified aspect is maintained. default: -1 (use dimensions in file) |
|
ydim |
scale height to this dimension. If xdim not specified aspect is maintained. default: -1 (use dimensions in file) |