Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: disappeared part of the text #7

Open
Monabr opened this issue Mar 6, 2021 · 1 comment
Open

Bug: disappeared part of the text #7

Monabr opened this issue Mar 6, 2021 · 1 comment

Comments

@Monabr
Copy link

Monabr commented Mar 6, 2021

Hi. Find out the bug. I've changed library once, maybe it's because of this?
What i have changed:

  1. to titlePaint.textSize = 16 * scale from titlePaint.textSize = 14 * scale
  2. to textPaint.textSize = 14 * scale from textPaint.textSize = 12 * scale
  3. to titlePaint.typeface = Typeface.create(Typeface.DEFAULT, Typeface.BOLD); from titlePaint.typeface = Typeface.create(Typeface.MONOSPACE, Typeface.BOLD);

The bug on screen:
bug

There is a missing 8888888 from editor part

@Monabr
Copy link
Author

Monabr commented Mar 6, 2021

Tested it with default text size - got the same bug in result

bug2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant