-
Notifications
You must be signed in to change notification settings - Fork 12
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
1x2 and 2x2 not working properly #45
Comments
interesting... could you attach the charset that you are trying to edit? thanks. |
Yes, of course. Don't be confused by the strange patterns beginning at char 240 - those are the width information for each character, it is intended to be proportional in our project. :) |
so, the issue is that you used a ... but vchar will continue with this: tile 64 = char 64 + char 128 as you can see, char 64, char 64, char 66 are being used more than once. In any case, vchar should let you edit these "overflow" chars. if it doesn't probably it is a bug. but my suggestion is that you convert them to a "distance = 128". I'll see how I can fix this in the future. |
I want to create a 1x2 font, where the lower part of the char is 64 chars away ("a"->"A"). This works for the first 64 chars, but the latter 64 chars are not editable. See attached screenshots.
The text was updated successfully, but these errors were encountered: