Closed mbsanchez closed 5 years ago
I've also changed the sample application in order to show all the icons in a listview, as below:
Free Solid Icons
Free Regular Icons
Free-Brands Icons
Pro-Solid Icons:
Pro-Regular Icons:
Pro-Light Icons:
Pro-Duotone Icons:
Hi @mbsanchez, I will check this out next week. It looks very promising! Thanks for the PR!
Hi I'm trying to merge this, but it looks like something is not right. ( The free version of fontawesome contains a 'beer' icon for the solid icons. When I look at the example there's any beer icon. Many of the icons are not there
BTW. I fixed an issue that compilation failed when defining the free-version. It seem I didn't updated the PR, but created a new branch (mbsanchez-master)
It seems that the font was not set correctly, can you see regular and brand icons correctly?
I've clonned the mbsanchez-master branch and I've built on my side, and the application shows the icons correctly for all styles.
Did you build on linux, windows or mac?
I've run the app on linux and i've got the issue, it appears that the font family is same for font regular and font solid. I'm trying to fix
I've fixed the issue, let me update the pull request.
@gamecreature can you check? I fixed the issue on linux, it was due to font family and font weight, in linux the font family is same for regular and solid, but we need to set the proper font weight in order to show the icons correctly.
@mbsanchez Thanks for your fixes! It looks like it's working now. I've created a fontawesome-5 branch for now. I will test-drive this, and will merge it to master later. Thank you very much for you contribution!
I've udpated QtAwesome to new font awesome 5.10.2, including support for Free and Pro modes, however the pro font files are not including due to license limitations. Nevertheless, users with pro license can include the font files and use them easily.