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

J encoding in FontMatrise #8

Open
vincenet opened this issue Mar 31, 2017 · 1 comment · Fixed by huksley/LEDText#1
Open

J encoding in FontMatrise #8

vincenet opened this issue Mar 31, 2017 · 1 comment · Fixed by huksley/LEDText#1

Comments

@vincenet
Copy link

Hello,
Does it exist tool to edit codes of char ?
I have an issue with the "J" letter.
One dot is not at good place...
Regards,

@vincenet
Copy link
Author

vincenet commented Apr 3, 2017

Finally, I understand how is encoded pixels of each character in FontMatrise.h
To correct the "J", replace :
0x08, 0x08, 0x08, 0x08, 0x18, 0x88, 0x70, // Code for char J
by
0x18, 0x08, 0x08, 0x08, 0x08, 0x88, 0x70, // Code for char J

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 a pull request may close this issue.

1 participant