-
Notifications
You must be signed in to change notification settings - Fork 104
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
[Question] Is there a way to align FontChoice
font ?
#341
Comments
Please provide a download link to the Iosevka Term font. How does it look with other fonts? |
Asking because it looks fine for me with most fonts, including Iosevka. It may be a font problem of Iosevka Term. |
The download link is here. The |
I try Windows Font fallback: REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Fontlink\SystemLink" /v Iosevka /t REG_MULTI_SZ /d "MSYH.TTC,Microsoft YaHei UI,128,96"\0"MSYH.TTC,Microsoft YaHei UI"\0"SEGOEUI.TTF,Segoe UI,120,80"\0"SEGOEUI.TTF,Segoe UI"\0"SIMSUN.TTC,SimSun"\0"MSJH.TTC,Microsoft Jhenghei UI"\0"MEIRYO.TTC,Meiryo UI"\0"MALGUN.TTF,Malgun Gothic,128,96"\0"MALGUN.TTF,Malgun Gothic"\0"YUGOTHM.TTC,Yu Gothic UI,128,96"\0"YUGOTHM.TTC,Yu Gothic UI"\0"SEGUISYM.TTF,Segoe UI Symbol" And remove wsltty config:
|
Did you uninstall all older versions of Iosevka before installing it? |
Iosevka Term was not installed before. Yahei UI came with Windows, maybe you should run an update. |
I found this problem related to |
Thanks! Using Windows Font Fallback is also a good choice. |
For the records, DPI (display "scaling") also has an effect; my first screenshot (good) was at 125%, my second (confirming the issue) at 100% with 12pt font size. |
This may be a problem with Windows font rendering, and Windows Font Fallback may have done some special processing internally. |
The CJK font could be created a pinch bigger, like 1 pixel for 12pt font size, to compensate the problem. I'm considering a mechanism instead by which a specific font can be tuned a bit bigger by configuration. |
Released 3.7.0. |
Hi,
Some characters (I used font is
![font](https://private-user-images.githubusercontent.com/17896291/266757523-47daf70c-8bb2-4d9c-9753-287531eb4dff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MDUwMzIsIm5iZiI6MTczODgwNDczMiwicGF0aCI6Ii8xNzg5NjI5MS8yNjY3NTc1MjMtNDdkYWY3MGMtOGJiMi00ZDljLTk3NTMtMjg3NTMxZWI0ZGZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDAxMTg1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiY2MyM2UzYzA3ZjEzYzBiNDA5YzUxMTZlYmQ4NzJiYTRmZGMyMjE1OGQ5Yjc1ZGU2NDVlOTQ4OWQ2MmExNjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._9qAnuI3lgS7EtUqszF-LGW36wtM_hOdNfR0XYGIGRA)
Iosevka
) are much higher than my CJK (font isMicrosoft YaHei UI
) characters, look like follow:My font config:
Is there a way (or options) to pan up CJK font a bit or align those different font?
The text was updated successfully, but these errors were encountered: