jpochyla / psst

Fast and multi-platform Spotify client with native GUI
MIT License
8.41k stars 215 forks source link

Font rendering needs some sort of aliasing #512

Open PureTryOut opened 1 month ago

PureTryOut commented 1 month ago

Describe the bug The font of the application is rendered strangely, it's as if it's not as sharp as it should be. This is especially notable in the playlist overview in the left sidebar where for example the capital L looks cut off at the bottom.

To Reproduce

  1. Launch Psst on Linux
  2. Make sure there is a playlist

Expected behavior Fonts to be rendered correctly.

Screenshots

Screenshot_20240809_094055

Environment

Additional context I'm wondering if it's just using the wrong font as in general it doesn't look as nice as the screenshot in the README.

jacksongoode commented 1 month ago

I have a feeling it might be related to this https://github.com/linebender/druid/issues/1088 which is unfortunate as I'm not sure if this was addressed or not.