freebsd-ports/graphics/qtawesome/pkg-descr
Mikhail Teterin 0695cab0ea Add port for QtAwesome -- a small library, which makes it easier for
QtApplications to use the "fontawesome" collection of icons.

Although the upstream source bundles the "font" itself with its sources
too, the port makes no use of it -- there are already about 2 scores
of fontawesome-FOO.ttf listed in various pkg-plist files in the tree.

This port's pkg-message will advise the user, that for the library to
be useful, the font-file must be known to fontconfig.
2015-04-20 21:03:25 +00:00

10 lines
379 B
Text

QtAwesome is a simple library that can be used to add Font Awesome
icons to your Qt application.
NOTE: Though the name is QtAwesome and currently it's very Font
Awesome based, you can use every other icon/glyph font you want.
The class can also be used to manage your own dynamic code-drawn
icons, by adding named icon-painters.
WWW: https://github.com/gamecreature/QtAwesome