maoschanz / drawing

Simple image editor for Linux
https://maoschanz.github.io/drawing/
GNU General Public License v3.0
786 stars 101 forks source link

font size limited to 80 px #640

Open anto1ne opened 6 months ago

anto1ne commented 6 months ago

Use case

I am using Drawing (1.0.2) and when I add a text, the font size is limited to 80 px

This is too small for what I need to do.

Suggested solution

a solution should be to not limit the font size

Possible drawbacks

Possible alternatives

maoschanz commented 6 months ago

80px is the max size for all tools, but IIRC for text insertion the value is silently doubled (160px). It's a cheap trick because people draw with 1 to 5px pencil all the time, but they never write so small

i should probably keep track of 2 different values instead