文字与黑框的边距会随着字体放大缩小变化,要怎么改才能保持间距不变?
Closed this issue · 1 comments
287138531 commented
要怎么改才能保持间距不变?
siwangqishiq commented
TextStickerView.java updateRotateAndScale 方法里 mHelpBoxRect 缩放后的宽度 不采用 float newWidth = mHelpBoxRect.width() * mScale; 依据自己的需求调整