: Font settings
: command
: graphics primitives
  目次
  索引
set string (p.46)
後にでてくるdraw stringで書く文字の色、位置の調整、太さ、回転を指定します
書式:set string <
color >
<
justification >
<
thickness >
<
rotation >
入力例:set string 1 bl 3
justification:
tl .....top left |
tc.....top center |
tr....top right |
l .....left |
c......center |
r.....right |
bl .....bottom left |
bc.....bottom center |
br....bottom right |
set strsiz (p.46)
これも後にでてくるdraw stringで書く文字の縦、横の大きさを決めます。
書式:set strsiz<
hsize >
<
vsize >
入力例:set strsiz 0.07
hsize.......文字の幅
vsize.......文字の高さ
!:vsizeを指定しなければ、vsizeはhsizeと同じ値になります。
draw string (p.45)
文字を書きます。
書式:draw string<
x >
<
y >
<
文字 >
入力例:draw string 5 7 文字
!:文字の大きさ、太さ、左寄せ、右寄せなどはset string ,set strsizできめます。
: Font settings
: command
: graphics primitives
  目次
  索引
Hatsuki Fujinami
平成17年4月19日