アットウィキロゴ

Letter( position, direction, string,... )

write string in direction at position
Ex) Letter( [4, 3], n , example );
¦ direction is one of
n , s , e , w , ne , nw , se , sw and c ( = center)
¦ possible to add length measured by tick mark
Ex) Letter([1, 2], n1w-1 , small movement );
点の位置の「方向」に文字列をかく(複数可)
例) Letter( [4, 3],’n’,’ 文字’);
※ 位置は’n’, ’s’, ’e’, ’w’, ’ne’, ’nw’, ’se’, ’sw’, ’c’
※ ’n1’  n の方向にさらに1 目盛長だけ離す.
最終更新:2013年12月03日 22:20