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

Wrong font size #135

Open
gabrc52 opened this issue Mar 26, 2024 · 1 comment · May be fixed by #136
Open

Wrong font size #135

gabrc52 opened this issue Mar 26, 2024 · 1 comment · May be fixed by #136

Comments

@gabrc52
Copy link

gabrc52 commented Mar 26, 2024

The font size is wrong (it does not respect the end user's font size preferences).

This is because you are hardcoding the scale factor to 1.0:

this.textScaleFactor = 1.0

You should use the default scale factor if the developer using this library does not pass one explicitly.

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

Successfully merging a pull request may close this issue.

1 participant