4、drawObject.arc([x1, y1, x2, y2],  startAngle,  endAngle,  options)

5、drawObject.ellipse([x1,y1,x2,y2],  options)

6、drawObject.chord([x1, y1, x2, y2],  startAngle,  endAngle,  options)

7、drawObject.pieslice([x1,y1,x2,y2],  startAngle,  endAngle,  options)

8、drawObject.polygon(([x1,y1,x2,y2,…],options)

9、drawObeject.rectangle([x1,y1,x2,y2],options)

10、drawObject.text(position,  string,  options)

11、drawObject.textsize(string,  options)

ImageFont

3、Font.getsize(text)

Questions:

①   Getsize()与textsize()的区别与用途

②   字体加粗、倾斜、下划线、删除线等的设置

③   画图时线宽的规定

④   线型设置(加粗,虚线...)

05-26 06:02