dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

Character displayed incorrectly #320

Closed alessandrococco closed 3 months ago

alessandrococco commented 5 months ago

Hello!

I noticed an issue with a character. The title of this track is the infinite symbol

image

but Supersonic displays it incorrectly:

image

I'm using the latest flatpack version and the latest Windows version.

dweymouth commented 5 months ago

This is related to #57 - the builtin Fyne font doesn't have many symbols outside of Latin and Cyrillic scripts + diacritic marks. This should hopefully be unblocked by Fyne 2.5 in a few months which aims to be able to auto-select system fonts to display other scripts and characters.

dweymouth commented 5 months ago

Oh, and you can also set a custom font in Supersonic (Settings > Experimental) that has glyphs for all the characters your library needs to display.

dweymouth commented 3 months ago

I'm going to close this as a duplicate since it's the same root cause as #57