We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried processing a bitmap font from the 5th gen iPod classic's firmware and it came out like this:
FontForge displays the contained glyphs no problem:
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
Understandable, thanks for the reply. Massive shame though, this would've been really useful.
No branches or pull requests
I tried processing a bitmap font from the 5th gen iPod classic's firmware and it came out like this:
FontForge displays the contained glyphs no problem:
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?
The text was updated successfully, but these errors were encountered: