48
[ESC+FT] Print Triangle
ESC FT ParameterHexadecimal code
<1B>
16
<46>
16
<54>
16
,aaaa,bbbb(,cccc,d)
Initial value Nil
When the power is OFF The set parameter is not maintained.
Valid range within items The set parameter becomes invalid.
Valid range and term of
command
Valid range between items The set parameter becomes invalid.
[Function]
Specifying the print of triangle.
[Format]
<FT>,aaaa,bbbb(,cccc,d)
• Parameter
a [Length of sides] = Valid range : 10 to 2000 dots
b [Line width] = Valid range : 1 to 1000 dots
c [Length of base] = Valid range : 10 to 2000 dots (omissible)
When omitted, its value will be equal to the length of sides.
d [Pattern] = Valid range : 0 to 3 When omitted: 0 (omissible)
0 : Solid line (black)
1 : Gray 1
2 : Gray 2
3 : Gray 3
[Coding Example]
Length of sides: 100 dots, Line width: 8 dots, Length of base: 100 dots
<A>
<V>100<H>200
<FT>,100,8,100,0
<Q>1
<Z>