You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right brackets can be one pixel shorter than left ones, when used with a certain font size, weight or style. This can be reproduced in several applications, as well as in the preview function provided by Windows Settings.
This may be related to #266, but is not duplicate of that issue.
Screenshots
Windows Settings (Settings > Personalization > Fonts)
Reproducible with font size 11
NOT reproducible with font size 12
VS Code v1.94.2
Reproducible with font size 14
Reproducible with font size 15
NOT reproducible with font size 16
Windows Terminal v1.20.11781.0
Reproducible with font size 11
NOT reproducible with font size 12
However, when taking this screenshot, I noticed that the left bracket is horizontally one pixel longer than the right one.
Your font version: v31.8.0
Your font variant: Default and SS03 (these two are what I have tried; probably also reproducible with other variants)
Your operating system (name and version): Windows 22631.4317
Your application using Iosevka: VS Code and Windows Terminal
The text was updated successfully, but these errors were encountered:
Well, it is the same issue as #266 (same cause, at least).
They are similar since they both have something to do with hinting, but they are not the same because they need different solutions. In #266, the misalignment was caused by FreeType's autohinting, and the solution was to disable that and use Iosevka's built-in hinting. Here the situation is the opposite - I have to use the unhinted fonts to work around this issue, that is, the issue is caused by the built-in hinting.
Right brackets can be one pixel shorter than left ones, when used with a certain font size, weight or style. This can be reproduced in several applications, as well as in the preview function provided by Windows Settings.
This may be related to #266, but is not duplicate of that issue.
Screenshots
Windows Settings (Settings > Personalization > Fonts)
Reproducible with font size 11
NOT reproducible with font size 12
VS Code v1.94.2
Reproducible with font size 14
Reproducible with font size 15
NOT reproducible with font size 16
Windows Terminal v1.20.11781.0
Reproducible with font size 11
NOT reproducible with font size 12
However, when taking this screenshot, I noticed that the left bracket is horizontally one pixel longer than the right one.
The text was updated successfully, but these errors were encountered: