-
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
D and O are indistinguishable #11
Comments
I'm not sure this should be fixed, that is how things look on these displays :) |
Yes. This font was made to mimic displays of hardware. As the name says mainly numbers. We have here an environment such like a pocket calculator 😸 So at this point it works as expected. |
Ah yes, a lowercase d would be nice :)
|
I've gotten quite far with my own... I'm now considering how to handle umlauts, acute accents and the like. I don't want to break with my style, which is to not break the 14-segment in any situation, so I might have to pretend that for those characters there was an extra 4 segments installed like this... The good thing is I found a configuration like this online so it's not completely unbelievable, as in would never happen on a real LCD. This allows me to have dieresis, grave, acute, circumflex and ring (turn on only one dieresis)...however no tidle. I think I can make alternate glyphs for the glyphs that have tildes above them and just put a line above them. |
Love it! Will you make this ofl too?
|
Yes. I plan on: Two families, 14 Segment and 7 Segment. I was going to do 16 Segment as well but decided that I wouldn't actually meaningfully use the freedom provided by top and bottom being divided in half. Each will have:
There probably won't be bold. 14 will be the most complete. 7 will be missing quite a bit due to how many glyps are impossible with it. For example...k, m, v, w, x. But it will have at least the digits. I mostly needed the 14 as I wrote. Variations are easy just by applying FontForge's transformations so why not 😉 |
I finished ISO 8859-1 in my way. I decided it would be necessary for extra segments above and below to support European type...so I gave in and created this thing. I then deleted segments as usual for creating the rest of the letters. After I decide exactly how much skewed italic will be and how much narrower condensed will be I'll make Github release. Overall I am quite happy with how it came out. :) Thank you for "notfixing" this and giving me something to do. |
Awesome!! Please check https://github.com/google/fonts/blob/master/CONTRIBUTING.md#font-requirements including the glyph set :) |
The text was updated successfully, but these errors were encountered: