Olo*_*man 11
不需要做自己的自动换行.
检查android.text.Layout及其子类android.text.StaticLayout和android.text.DynamicLayout
这样的事情:
StaticLayout layout = new StaticLayout(text, txtpaint, textW,Layout.Alignment.ALIGN_NORMAL, 1.3f, 0, false);
txtcanvas.translate(xoffs, yoffs); //position the text
layout.draw(txtcanvas);
| 归档时间: | 
 | 
| 查看次数: | 3690 次 | 
| 最近记录: |