Skip to content
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

Add ratio character, U+2236 (was: Using the font as default Windows font make time not rendering well.) #293

Open
meyverick opened this issue Jun 9, 2022 · 2 comments

Comments

@meyverick
Copy link

I changed my Windows font using .reg file.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"="Source Code Pro"

But the time render like this:
image

The : isn't rendered.

@kenmcd
Copy link

kenmcd commented Jun 9, 2022

Windows uses the Segoe UI ratio character (2236) for the time.
Source Code Pro (v2.038) does not have this character.

@pauldhunt
Copy link
Contributor

will add ratio in the next update.

@pauldhunt pauldhunt changed the title Using the font as default Windows font make time not rendering well. Add ratio character U+2236 (was: Using the font as default Windows font make time not rendering well.) Jan 4, 2023
@pauldhunt pauldhunt changed the title Add ratio character U+2236 (was: Using the font as default Windows font make time not rendering well.) Add ratio character, U+2236 (was: Using the font as default Windows font make time not rendering well.) Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@kenmcd @pauldhunt @meyverick and others