Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

File format implementations #34

Open
bztsrc opened this issue Jan 20, 2023 · 0 comments
Open

File format implementations #34

bztsrc opened this issue Jan 20, 2023 · 0 comments

Comments

@bztsrc
Copy link

bztsrc commented Jan 20, 2023

Hi,

Not really an issue, I just wanted to let you know I've implemented your font file formats in my
Scalable Screen Font library and font editor.

Just a humble suggestion, it would be much easier to parse .kbitx and .kbits files if the following 3 values were stored in properties / header: font's width, height (overall canvas size) and baseline. The first is max(x + w), the second max(baseline - y + h) and the last max(y) of every glyphs (as you can see, the second depends on the third, yet not stored like lineAscent for example).

Nice editor, btw!

Cheers,
bzt

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant