绘制文字 缩小 阴影不随之缩小的处理
来源:未知 责任编辑:智问网络 发表时间:2013-11-12 17:34 点击:次
canvas.scale(zoom, zoom);
TextPaint textPaint = new TextPaint();
textPaint.setAntiAlias(true);
DynamicLayout layout = new DynamicLayout(text, textPaint, width,
Layout.Alignment.ALIGN_NORMAL, 1.0f, 1.0f, false);
layout.draw(canvas);
注意加
textPaint.setSubpixelText(true);
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 进入详细评论页>>