spyder-ide / qtawesome

Iconic fonts in PyQt and PySide applications

Home Page:https://qtawesome.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdi icons not working?

Dariusz1989 opened this issue · comments

Hey

Perhaps I did something wrong.... but I end up with this >
image
Are they unsupported ?
I pretty much copied this lib to my project and run directly without setup/etc.
Do I need to setup it up to compile them or something?

Hi @Dariusz1989 are you by any chance using PySide2? This seems related to #217 and there is not much we can do over the QtAwesome side, sorry :/

Yup its PySide2, can close the thread. darn. Thanks!
Does Pyside6 work or same issue ? Any ideas?
Side question, with that https://github.com/fontello/svg2ttf I take I can re-encode the icons myself ?

Does Pyside6 work or same issue ? Any ideas?

Checking on Windows, mdi works with PySide6 👍

Side question, with that https://github.com/fontello/svg2ttf I take I can re-encode the icons myself ?

Not sure, however seems like that project uses https://github.com/fontello/microbuffer to write the font and it has some options to write into other encodings besides Unicode 32 bits

Closing this as a duplicate