-
Notifications
You must be signed in to change notification settings - Fork 814
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
Wrong design for U+2262 #408
Comments
Huh. Interesting. I think I looked at another font as a reference for that glyph, but you're right, it should be just 3 lines. Will fix it! Thanks. |
DHowett
pushed a commit
that referenced
this issue
Feb 25, 2021
A small set of fixes that resolves a couple of new bugs introduced in the latest version, plus other fixes I have been working on. ## PR Checklist * [x] Closes #406 - updated anchor type to lock with the other equals-related ligatures * [x] Closes #408 - corrected component used for glyph to align with Unicode * [x] Closes #412 - updated locl features removing iacute_j ligature and Catalan substitution * [x] Closes #414 - increased overlaps of middle glyph for arrow ligatures * [x] Closes #415 - reduces width of macronbelow * [x] Closes #416 - rolls back name ID 4 modification as JetBrains cannot process it correctly * [x] Closes #428 - rolls back variation of the underline to prevent MVAR table generation ## Detailed Description of the Pull Request / Additional comments Full changelist: - Repositioned tilde in related ligatures. Previously it was higher than the standard one. - Added missing vietnamese anchors on acute and grave (futureproofing). - Corrected / made consistent greater & less positioning in </> and <$> related ligatures. - Otherwise reviewed hinting
DHowett
added a commit
to microsoft/terminal
that referenced
this issue
Feb 25, 2021
This update fixes some issues in Cascadia Code's February update: microsoft/cascadia-code#406 - updated anchor type to lock with the other equals-related ligatures microsoft/cascadia-code#408 - corrected component used for glyph to align with Unicode microsoft/cascadia-code#412 - updated locl features removing iacute_j ligature and Catalan substitution microsoft/cascadia-code#414 - increased overlaps of middle glyph for arrow ligatures microsoft/cascadia-code#415 - reduces width of macronbelow microsoft/cascadia-code#416 - rolls back name ID 4 modification as JetBrains cannot process it correctly microsoft/cascadia-code#428 - rolls back variation of the underline to prevent MVAR table generation Full changelist: * Repositioned tilde in related ligatures. Previously it was higher than the standard one. * Added missing vietnamese anchors on acute and grave (futureproofing). * Corrected / made consistent greater & less positioning in </> and <$> related ligatures. * Otherwise reviewed hinting
DHowett
added a commit
to microsoft/terminal
that referenced
this issue
Feb 25, 2021
This update fixes some issues in Cascadia Code's February update: microsoft/cascadia-code#406 - updated anchor type to lock with the other equals-related ligatures microsoft/cascadia-code#408 - corrected component used for glyph to align with Unicode microsoft/cascadia-code#412 - updated locl features removing iacute_j ligature and Catalan substitution microsoft/cascadia-code#414 - increased overlaps of middle glyph for arrow ligatures microsoft/cascadia-code#415 - reduces width of macronbelow microsoft/cascadia-code#416 - rolls back name ID 4 modification as JetBrains cannot process it correctly microsoft/cascadia-code#428 - rolls back variation of the underline to prevent MVAR table generation Full changelist: * Repositioned tilde in related ligatures. Previously it was higher than the standard one. * Added missing vietnamese anchors on acute and grave (futureproofing). * Corrected / made consistent greater & less positioning in </> and <$> related ligatures. * Otherwise reviewed hinting
DHowett
added a commit
to microsoft/terminal
that referenced
this issue
Feb 25, 2021
This update fixes some issues in Cascadia Code's February update: microsoft/cascadia-code#406 - updated anchor type to lock with the other equals-related ligatures microsoft/cascadia-code#408 - corrected component used for glyph to align with Unicode microsoft/cascadia-code#412 - updated locl features removing iacute_j ligature and Catalan substitution microsoft/cascadia-code#414 - increased overlaps of middle glyph for arrow ligatures microsoft/cascadia-code#415 - reduces width of macronbelow microsoft/cascadia-code#416 - rolls back name ID 4 modification as JetBrains cannot process it correctly microsoft/cascadia-code#428 - rolls back variation of the underline to prevent MVAR table generation Full changelist: * Repositioned tilde in related ligatures. Previously it was higher than the standard one. * Added missing vietnamese anchors on acute and grave (futureproofing). * Corrected / made consistent greater & less positioning in </> and <$> related ligatures. * Otherwise reviewed hinting (cherry picked from commit cb03b97)
DHowett
added a commit
to microsoft/terminal
that referenced
this issue
Feb 25, 2021
This update fixes some issues in Cascadia Code's February update: microsoft/cascadia-code#406 - updated anchor type to lock with the other equals-related ligatures microsoft/cascadia-code#408 - corrected component used for glyph to align with Unicode microsoft/cascadia-code#412 - updated locl features removing iacute_j ligature and Catalan substitution microsoft/cascadia-code#414 - increased overlaps of middle glyph for arrow ligatures microsoft/cascadia-code#415 - reduces width of macronbelow microsoft/cascadia-code#416 - rolls back name ID 4 modification as JetBrains cannot process it correctly microsoft/cascadia-code#428 - rolls back variation of the underline to prevent MVAR table generation Full changelist: * Repositioned tilde in related ligatures. Previously it was higher than the standard one. * Added missing vietnamese anchors on acute and grave (futureproofing). * Corrected / made consistent greater & less positioning in </> and <$> related ligatures. * Otherwise reviewed hinting (cherry picked from commit cb03b97)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 2102.03
The Mathematical Operator U+2262 NOT IDENTICAL TO has four horizontal lines, similar to U+2263 STRICTLY EQUIVALENT TO. It should have three horizontal lines, similar to U+2261 IDENTICAL TO.
The text was updated successfully, but these errors were encountered: