You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Find out the bug. I've changed library once, maybe it's because of this?
What i have changed:
to titlePaint.textSize = 16 * scale from titlePaint.textSize = 14 * scale
to textPaint.textSize = 14 * scale from textPaint.textSize = 12 * scale
to titlePaint.typeface = Typeface.create(Typeface.DEFAULT, Typeface.BOLD); from titlePaint.typeface = Typeface.create(Typeface.MONOSPACE, Typeface.BOLD);
The bug on screen:
There is a missing 8888888 from editor part
The text was updated successfully, but these errors were encountered:
Hi. Find out the bug. I've changed library once, maybe it's because of this?
What i have changed:
titlePaint.textSize = 16 * scale
fromtitlePaint.textSize = 14 * scale
textPaint.textSize = 14 * scale
fromtextPaint.textSize = 12 * scale
titlePaint.typeface = Typeface.create(Typeface.DEFAULT, Typeface.BOLD);
fromtitlePaint.typeface = Typeface.create(Typeface.MONOSPACE, Typeface.BOLD);
The bug on screen:
There is a missing 8888888 from editor part
The text was updated successfully, but these errors were encountered: