-
Notifications
You must be signed in to change notification settings - Fork 575
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
Large Type Piece U+1CE3B is wrong #2206
Comments
@PhMajerus What's the program you used to demonstrate? |
@Logo121 FYI |
@be5invis It describes all the history and how to use the large type pieces. I also have a FIGlet font to easily generate large text using the large type pieces almost ready. |
Good job on including the Large Type Pieces, I've been experimenting with them as well and read through Unicode and original HP 2640 Series reference manual.
I noticed one of the piece is wrong,
U+1CE3B
is supposed to be the upper left diagonal piece:(From Unicode's 21235r-terminals-supplement.pdf)
It is mirrored and top-aligned in your font.
You can easily create that character from your correct upper left and lower left
U+1CE38
, as it contains both the upper left (U+1CE3B
) and lower left (U+1CE22
) diagonals combined.Here's the original HP 2640 Series reference chart using your font:
Every other piece seems correct, only occurrences of
U+1CE3B
are breaking the large characters.For comparison, you can see the same chart using my glyphs here: microsoft/cascadia-code#709
The text was updated successfully, but these errors were encountered: