Product specifications

SLCS Programming Manual
Rev. 1.24
- 15 -
2-1-2 V (Text String Vector Font)
Description
Draw text (Vector Font) string on the image buffer
Syntax
Vp1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12, ’DATA
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : Font selection
U: ASCII (1Byte code)
K: KS5601 (2Byte code)
B: BIG5 (2Byte code)
G: GB2312 (2Byte code)
J: Shift-JIS (2Byte code)
p4 : Font width (W)[dot]
p5 : Font height (H)[dot]
p6 : Right-side character spacing [dot]
Plus (+)/Minus (-) option can be used. Ex) 5, +3, -10…
P7 : Bold
N : Normal B : Bold
p8 : Reverse printing
N: Normal printing R: Reverse printing
P9 : Text style
N: Normal I: Italic
P10 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
p11: Text Alignment (Optional)
L: p1 means the position of the first character in the text string - Left alignment
R: p1 means the position of the last character in the text string - Right alignment
C: p1 means the position of the center character in the text string - Center alignment