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

subset #1

Closed Barman1054 closed 4 years ago

Barman1054 commented 4 years ago

Hi, Great work, easy to use (didn't use but read your webpage). Sometimes I only use subsets of used characters, the used characters in a header f.i. Exporting a subset would make me a fan of this app. Good luck!

ayoy commented 4 years ago

Hey, thanks! I was wondering about that use case actually.

How do you work with a subset of characters? As in that case one has to sacrifice the ASCII-code-to-character mapping (e.g. 'b' is not 'b' anymore when you take out 'a'). I imagine that you just use raw hex codes instead of chars in the code?

Barman1054 commented 4 years ago

I used fontconvert a few times for small projects. If I remember well, the result is a file with only the data of the selected characters with a lookup table at the end of the file.

ayoy commented 4 years ago

Closing this as the subset export functionality is implemented in the 1.1.0 release.

Barman1054 commented 4 years ago

Whow, top!!


vanaf mobiel.

Op 31 mei 2020 om 20:07 heeft Dominik Kapusta notifications@github.com het volgende geschreven:

 Closing this as the subset export functionality is implemented in the 1.1.0 release.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.