gamecreature / QtAwesome

QtAwesome - Font Awesome for Qt Applications
Other
787 stars 149 forks source link

Qt5: Erroneous display of icons (codes >= 0xf196) #8

Closed flopp closed 10 years ago

flopp commented 10 years ago

When I compile QtAwesome with Qt5 (Qt 5.2.1, Ubuntu 14.04), icons with a code index >= f196 (plussquareo) are rendered either empty or as some fancy asian characters. Icons with code index < f196 work fine. QtAwesome compiled with Qt4 (Qt 4.8.6, Ubuntu 14.04) has no problems displaying all icons correctly.

Any idea what's wrong?

qtawesome-qt4-qt5

gamecreature commented 10 years ago

That's strange! I will take a look at it coming monday!

gamecreature commented 10 years ago

Unfortunately I don't have an Ubuntu test environment. Qt 5.3 on OS X Seems to work correctly

Perhaps it's related to: https://bugreports.qt-project.org/browse/QTBUG-37475 (Though when reading it, it doesn't seem to affect QWidget?) I don't know if it's possible for you to test Qt 5.3 on Ubuntu?

flopp commented 10 years ago

I just installed Qt 5.3 on my system. Works fine with that version. So I guess it is indeed a font rendering issue with Qt 5.2.1 and has nothing to do with QtAwesome.

gamecreature commented 10 years ago

Thanks for testing!!