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