fontedit
fontedit copied to clipboard
A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
This seems to happen on most fonts I've tried, and at all font sizes. Any tips? Examples: [`minim` font: ](https://www.1001fonts.com/download/minim.zip) [`Major Mono Display` font:](https://fonts.google.com/specimen/Major+Mono+Display?category=Monospace&preview.text=abc%20123%20ABC&preview.text_type=custom) 
Hi, I've found your tool, but I cannot get it to work with the waveshare display, you specifically mentioned this in your reddit post and in various other posts, but...
This Editor is great, but... if i want to design a new font for LCD with 6x6 Pixel i need a 'New Font' feature. No existing font matches the 6x6...
Not sure how you build your .deb, but I've created a package, for later inclusion into Debian officially. Uubuntu, Raspbian, Devuan will later get a copy for free (syncing automatically...
Really great utility but would be even more powerful if one could also convert Fonts beyond ASCII 127 to address Special characters like "€" or "°"
Build Log: https://build.opensuse.org/build/home:frank_kunz/openSUSE_Tumbleweed/x86_64/fontedit/_log cat /etc/os-release NAME="openSUSE Tumbleweed" VERSION="20230810" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20230810" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20230810" BUG_REPORT_URL="https://bugzilla.opensuse.org" SUPPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" LOGO="distributor-logo-Tumbleweed" fontedit fontedit: error while loading shared libraries: libappbundle.so: cannot...
On windows 11, fontedit is not getting all the fonts from the OS, where can i add it?
Was failing to compile on my machine because `format.h` uses types like `uint8_t` but doesn't includes `cstdint`. Now at least compiles with warnings.