Tdesktop: The font become bold on Mac

Created on 29 Sep 2018  路  7Comments  路  Source: telegramdesktop/tdesktop

I found every is bold. including group name and chat window and message box. It's too ugly.
My system is MacOS Mojave.

bug

Most helpful comment

You may want to try to reenable subpixel antialiasing:
defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE

All 7 comments

@smcdl Cam you provide a screenshot?

In macOS Mojave subpixel font anti-aliasing seems to be removed. While all text in the OS does look different, the text in telegram desktop looks extremely different, almost bold. See the attached screenshot.

https://mjtsai.com/blog/2018/07/13/macos-10-14-mojave-removes-subpixel-anti-aliasing/

telegram_macos_bold_font

You may want to try to reenable subpixel antialiasing:
defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE

Will this be addressed in a future release for users that may not be familiar with finding bugs in github?

Got same in ArchLinux.

@dketterer's answer fixed it for Catalina as well.

According to https://bugreports.qt.io/browse/QTBUG-68824, it should be fixed since 1.9.0

Was this page helpful?
0 / 5 - 0 ratings