siwangqishiq/ImageEditor-Android

文字与黑框的边距会随着字体放大缩小变化,要怎么改才能保持间距不变?

Closed this issue · 1 comments

要怎么改才能保持间距不变?

TextStickerView.java updateRotateAndScale 方法里 mHelpBoxRect 缩放后的宽度 不采用 float newWidth = mHelpBoxRect.width() * mScale; 依据自己的需求调整