This question shows research effort; it is useful and clear
7
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我想知道在用画布绘制时是否有任何方法可以分别修改文本的高度和宽度。要设置文本大小,您可以简单地执行此操作paint.setTextSize(x);,但它会更改 X 和 Y 中的文本大小,我需要像您一样分别更改 X 和 Y 中的文本大小,paint.setTextScaleX(x);但没有类似paint.setTextScaleY(y);.