-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Get Font Size #127
Comments
I think this would be quite easy to add support for, but I wonder if it wouldn't be better to have this in a callback instead, as it is calculated on build. The way you would use this to "standardize the font-size" is a bit questionable to me, although I do understand the sentiment. I'm just a user so I don't have much to say, whether it's a method or a callback. I wouldn't mind implementing it though. |
I also would like this ability. I have a |
I would also like to determine the adjusted font size. This is because I'm converting an AutoSizeText widget into a PDF Text widget, and I need to specify the exact font size after resizing. |
I still want to get the resized font size |
Would like a feature to get the font-size used after layout. This is so I can standardize the font-size in adjacent boxes (on same page)
The text was updated successfully, but these errors were encountered: