沿着路径绘制文字

circle = new Path(); circle.addCircle(150, 150, 100, Direction.CW);
private static final String QUOTE = "Now is the time for all " + "good men to come to the aid of their country." ; canvas.drawPath(circle, cPaint); canvas.drawTextOnPath(QUOTE, circle, 0, 20, tPaint);
分享至
一键收藏,随时查看,分享好友!
0人
了这篇文章
类别: android开发┆阅读( 0)┆评论( 0) ┆ 返回博主首页┆ 返回博客首页
上一篇 Drawable绕着中心旋转 下一篇 统计目录大小和时间删除早期的大文件

你可能感兴趣的:(android,移动开发,职场,休闲,绘制文字)