Create Lettering
The command to create a lettering block is
Lettering?QueryString
Example 1:
Creates lettering text "Hello World" in alphabet "FULL BLOCK"
Lettering?alphabet=FULL%20BLOCK&text=Hello%20World&color=ccaa00
Possible Attributes for QueryString
|
alpid |
The reference id of alphabet or truetype on server. *This can be viewed/changed using management tool.
required |
|
stylename |
The name of style on server for embroidery alphabet
default:none |
|
text |
The text of lettering
required |
|
baselinetype |
The base line type
0 – Straight 1 – Vertical 2 – Arced 3 – Perspective Left 4 – Perspective Right 5 – Bridge Top 6 – Bridge Bottom 7 – Double Arc 8 – Inverted Bridge Top 9 – Inverted Bridge Bottom 10 – Inverted Double Arc 11 – Double Bridge Up 12 – Double Bridge Down
default: 0 |
|
arcrad |
If baselinetype is 2 then this controls radius of arc in units of .1mm (254=1 inch)
default: 762 |
|
ccw |
0 – arc goes clockwise 1 – arc goes counter-clockwise
default: 0 |
|
height |
Height of lettering in .1mm (254 = 1inch)
default: 254 |
|
rotang |
Rotation angle of lettering in degrees
default:0 |
|
bold |
0 – not bold 1 - bold |
|
italic |
0 – not italic 1 - italic
default: 0 |
|
xoff |
Offset from hoop origin to center lettering in .1mm units
default: 0 |
|
yoff |
Offset from hoop origin to center lettering in .1mm units
default: 0 |
|
xscale |
Scale factor lettering element (ie. 1.0 means no scale 2.0 doubles size)
default: 1 |
|
yscale |
Scale factor lettering 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 |
|
color
for multicolor alphabets use C0,C1,etc to set colors. |
html hex color string (ie. red=ff0000)
default: 0 (black) |
|
justification |
0 – Left Justify 1 – Center Justify 2 – Right Justify
default: 1 |
|
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) |