Ⅰ Android中如何让字体旋转
自定义View, 继承Textview ,在onDraw 函数调用super方法之前 使用 canvas.translate 进行旋转操作。封装一下就可以外部设置旋转角度了。