Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Using this on a bitmap font produces garbled output #128

Open
SamusAranX opened this issue Nov 14, 2024 · 3 comments
Open

Using this on a bitmap font produces garbled output #128

SamusAranX opened this issue Nov 14, 2024 · 3 comments

Comments

@SamusAranX
Copy link

I tried processing a bitmap font from the 5th gen iPod classic's firmware and it came out like this:
image

FontForge displays the contained glyphs no problem:
image

but it calls this set "18@4", which I assume refers to 18pt at 4 bits.
Is it possible that this tool expects 8-bit bitmaps?

@kisvegabor
Copy link
Member

kisvegabor commented Nov 15, 2024

Is it possible that this tool expects 8-bit bitmaps?

I don't know it for sure, but from the result it seems it can be the issue. Do you know a way to convert the font to 8bit?

cc @puzrin

@puzrin
Copy link
Collaborator

puzrin commented Nov 15, 2024

This tool is for vector fonts. Although TTF allows the use of bitmaps, those are not supported at all. Behaviour with bitmap fonts is undefined.

@SamusAranX
Copy link
Author

Understandable, thanks for the reply. Massive shame though, this would've been really useful.

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

No branches or pull requests

3 participants