ayoy / fontedit

A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
https://kapusta.cc/fontedit
GNU General Public License v3.0
323 stars 25 forks source link

Font sizes #14

Closed kamilszewczyk closed 1 year ago

kamilszewczyk commented 1 year ago

Hi, is there any chance on having ability to generate fonts in any size instead of selecting from the list? Currently the biggest one is 72pt and I would really like to try something even two times bigger.

kamilszewczyk commented 1 year ago

All right, I can see this is a default QT widget, and there doesn't seem to be a way of setting what sizes should be available...

kamilszewczyk commented 1 year ago

As a workaround I just hardcoded the size of the font after it's chosen from the QT widget and recompiled the code. No other changes necessary and everything seems to be working without any issue.

Not really understand QT choice of capping the font size at 72pt on a list, instead of having something similar to Windows font size dropdown that also allows specifying your own required size...

Will leave the issue open, maybe there's someone with more knowledge of QT that knows how to change it.

kamilszewczyk commented 1 year ago

You know what? I am completely blind, and I have not noticed that above the select field is an actual editable text field letting you specify your own size of the font...