A header-only library to parse FontoBene stroke fonts with C++11/Qt5.
___ ___ ___ ___ ___ ___ _ _____ ___ ___
| \| __| _ \ _ \ __/ __| /_\_ _| __| \
| |) | _|| _/ / _| (__ / _ \| | | _|| |) |
|___/|___|_| |_|_\___\___/_/ \_\_| |___|___/
This repository is deprecated and not maintained anymore! Please use fontobene-qt instead.
$ mkdir build && cd build
$ qmake -r .. PREFIX=/usr
$ make -j8
$ tests/fontobene-qt5-tests
$ make install
$ mkdir build && cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ make -j8
$ tests/fontobene-qt5-tests
$ make install
If you're packaging fontobene-qt5 and want an example pkg-config file, check
out fontobene-qt5.pc.example
. Depending on your distro, the includedir
might need adjusting.
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.