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
Update: Turns out I missed something important: in Qt/Windows renders incorrectly only with the particular monotype font that I was using called 'Terminal'. When I switched to 'Lucida Console' (or any other font for that matter) renders correctly!
So I have a quick test, changing the font face of info level log message to JetBrains Mono, and indeed it render correctly now.
Problem
In PR #102, commit 2b94ae6, I have added this code to resolve indention missing (white space at the start of line)
At the time I was working on Mac, but I shift to Windows just now and found out that all the spaces was gone !
I had a good search and I found that it seems to be related to the default font face on Windows.
Here's the link, and I quote :
So I have a quick test, changing the font face of info level log message to
JetBrains Mono
, and indeed it render correctly now.I changed this line :
allzpark/allzpark/dock.py
Line 246 in 2eacba8
into
And in the result image below, you may see the messages that was not
info
has no space at all.So, looks like we need to pick a font face for Windows, maybe vendoring one ?
Noted that in the above stack overflow link, the correct answer have a good explain about why it happens.
The text was updated successfully, but these errors were encountered: