SuperTextView icon indicating copy to clipboard operation
SuperTextView copied to clipboard

意见改进

Open feaoes opened this issue 6 years ago • 1 comments

textStroke模式的时候,paint修改设置加入圆角描边画笔选项。 去除setFakeBoldText(true)设置,因为在textStroke模式下,会影响文本上下对不齐。

        getPaint().setStrokeJoin(Paint.Join.ROUND);
        getPaint().setStrokeCap(Paint.Cap.ROUND);

feaoes avatar Jan 11 '19 04:01 feaoes

感谢您的建议❤️ CoorChice 会在后续的版本中尝试优化这个问题的。

chenBingX avatar Feb 08 '19 15:02 chenBingX