Name | Date | Size | |
---|---|---|---|
.. | 23-Aug-2016 | 12 KiB | |
.ci/ | 23-Aug-2016 | 4 KiB | |
.travis.yml | 23-Aug-2016 | 2.2 KiB | |
Android.mk | 23-Aug-2016 | 3.2 KiB | |
AUTHORS | 23-Aug-2016 | 127 | |
autogen.sh | 23-Aug-2016 | 1.1 KiB | |
BUILD.md | 23-Aug-2016 | 1.5 KiB | |
configure.ac | 23-Aug-2016 | 15.5 KiB | |
COPYING | 23-Aug-2016 | 1.7 KiB | |
docs/ | 23-Aug-2016 | 4 KiB | |
git.mk | 23-Aug-2016 | 10.9 KiB | |
harfbuzz.doap | 23-Aug-2016 | 789 | |
m4/ | 23-Aug-2016 | 4 KiB | |
Makefile.am | 23-Aug-2016 | 2 KiB | |
MODULE_LICENSE_MIT | 23-Aug-2016 | 0 | |
NEWS | 23-Aug-2016 | 42.1 KiB | |
NOTICE | 23-Aug-2016 | 1.7 KiB | |
README | 23-Aug-2016 | 466 | |
README.md | 23-Aug-2016 | 466 | |
README.python | 23-Aug-2016 | 1,008 | |
README.version | 23-Aug-2016 | 116 | |
src/ | 23-Aug-2016 | 12 KiB | |
test/ | 23-Aug-2016 | 4 KiB | |
THANKS | 23-Aug-2016 | 106 | |
TODO | 23-Aug-2016 | 1.2 KiB | |
util/ | 23-Aug-2016 | 4 KiB | |
win32/ | 23-Aug-2016 | 4 KiB |
README
1[![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz) 2[![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz) 3[ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/) 4 5This is HarfBuzz, a text shaping library. 6 7For bug reports, mailing list, and other information please visit: 8 9 http://harfbuzz.org/ 10 11For license information, see the file COPYING. 12
README.md
1[![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz) 2[![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz) 3[ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/) 4 5This is HarfBuzz, a text shaping library. 6 7For bug reports, mailing list, and other information please visit: 8 9 http://harfbuzz.org/ 10 11For license information, see the file COPYING. 12
README.python
1To enable HarfBuzz bindings for Python among other languages, make sure 2you have latest version of gobject-introspection available. On Ubuntu, 3you can install that this way: 4 5 sudo apt-get install libgirepository1.0-dev 6 7And then run autogen.sh (if building from git), and then: 8 9 ./configure --with-gobject --enable-introspection 10 11Make sure that gobject-introspection is enabled then in the final report. 12 13Compile and install. 14 15Make sure you have the installation lib dir in LD_LIBRARY_PATH, as needed 16for the linker to find the library. 17 18Then make sure you also have GI_TYPELIB_PATH pointing to the resulting 19$prefix/lib/girepository-* directory. 20 21Make sure you have pygobject installed. Then check that the following 22import works in your Python interpretter: 23 24 from gi.repository import HarfBuzz 25 26If it does, you are ready to call HarfBuzz from Python! Congratulations. 27See src/sample.py. 28 29The Python API will change. Let us know on the mailing list if you are 30using it, and send lots of feedback. 31
README.version
1URL: http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.2.6.tar.bz2 2Version: 1.2.6 3BugComponent: 25699 4