Ⅰ Android中如何讓字體旋轉
自定義View, 繼承Textview ,在onDraw 函數調用super方法之前 使用 canvas.translate 進行旋轉操作。封裝一下就可以外部設置旋轉角度了。