-
Notifications
You must be signed in to change notification settings - Fork 594
Open
Labels
Description
Line 844 in 5d03b97
| return Math.round(Math.max(fontSize, newHeight)); |
This code use image dimensions and App.defaults.scale which is not configurable for fontSize computing.
Line 660 in 5d03b97
| size: textSize(scene.width, scene.height, fontSize, App.defaults.scale), |
Hence font size could not be lesser then some computed value. It would be great to set any font size.