;; Format:
;;
;; #<Name of library>库名称,<Description of library> 库描述
;; *<Name of symbol>符号名称,<Description of symbol> 符号描述
;; A,LINE xStart,yStart,xEnd,yEnd A,LINE(画线),起点坐标X,YSTART,结束点坐标
;; A,CIRCLE xCenter,yCenter,radius
;; A,ARC xCenter,yCenter,radius,startAngle,endAngle
;; A,FARC xCenter,yCenter,radius,startAngle,endAngle
;; A,TEXT xLowerLeft,yLowerLeft,<letter(s)>
;; A,POLY x1,y1,x2,y2,x3,y3
;;
;; Units:
;;
;; All x, y, and radius values are in the symbols grid space (0.0 to 1.0),
所有的X,Y和圆弧值在符号网格空间(0.0 to 1.0)变化
;; where 0,0 is the lower left corner and 1,1 is the upper right corner.
;; The grid space is considered to be the height of a character squared.
网格空间和一个字符的高度一致
;; All angle values are in degrees. |