首页 > 解决方案 > canvas.drawPosText is deprecated since API 16. What's the replacement?

问题描述

canvas.drawPosText is an API that allow characters in text to be drawn in different positions on the canvas. However it is deprecated since Android SDK API 16, as it doesn't support glyph composition (according to the deprecate document).

Given it is deprecated, what's the replacement API for it?

标签: androidcanvasandroid-canvas

解决方案


推荐阅读