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

Fix converting fonts wider than one byte #3

Open
wants to merge 1 commit into
base: upgrade2018
Choose a base branch
from

Conversation

ayoy
Copy link

@ayoy ayoy commented Apr 16, 2018

Hey, I needed to convert some more fonts today and I noticed that the converter is broken...
I couldn't (or didn't enough have time to) nail down the problem, but this code fixes it.

I already had it in my repo when writing my own converters, but I ended up removing it because from my testing (at that time) it seemed that it wasn't needed. It turns out I got the testing wrong...

The fix is just a little more straightforward way of writing byte bit by bit, and it perhaps doesn't skip over some edge cases like the existing code :)

Thanks!

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

Successfully merging this pull request may close these issues.

1 participant