Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
/ fontobene-qt5 Public archive

FontoBene parser, written in C++/Qt5

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

fontobene/fontobene-qt5

Repository files navigation

C++/Qt5 FontoBene Parser

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.


Installing

qmake

$ mkdir build && cd build
$ qmake -r .. PREFIX=/usr
$ make -j8
$ tests/fontobene-qt5-tests
$ make install

cmake

$ mkdir build && cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ make -j8
$ tests/fontobene-qt5-tests
$ make install

pkg-config

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.

License

Licensed under either of

at your option.