• Home
Name Date Size #Lines LOC

..--

.ci/03-May-2024-3424

docs/03-May-2024-1,7151,591

m4/03-May-2024-468417

src/03-May-2024-61,93043,656

test/03-May-2024-38,81036,736

util/03-May-2024-3,8952,871

win32/03-May-2024-1,2921,033

.travis.ymlD03-May-20242.3 KiB5249

AUTHORSD03-May-2024127 109

Android.bpD03-May-20243.5 KiB117111

BUILD.mdD03-May-20241.5 KiB3727

COPYINGD03-May-20241.7 KiB3730

MODULE_LICENSE_MITD03-May-20240

Makefile.amD03-May-20242 KiB8354

NEWSD03-May-202446.2 KiB1,5821,161

NOTICED03-May-20241.7 KiB3730

OWNERSD03-May-202492 65

READMED03-May-2024604 138

README.mdD03-May-2024604 138

README.pythonD03-May-20241,008 3119

README.versionD03-May-2024116 43

THANKSD03-May-2024106 87

TODOD03-May-20241.2 KiB7036

appveyor.ymlD03-May-20242.3 KiB5344

autogen.shD03-May-20241.1 KiB4736

configure.acD03-May-202416.2 KiB532465

git.mkD03-May-202410.9 KiB348243

harfbuzz.doapD03-May-2024789 2521

README

1[![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz)
2[![Build Status](https://ci.appveyor.com/api/projects/status/4oaq58ns2h0m2soa?svg=true)](https://ci.appveyor.com/project/behdad/harfbuzz)
3[![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz)
4[ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
5
6This is HarfBuzz, a text shaping library.
7
8For bug reports, mailing list, and other information please visit:
9
10  http://harfbuzz.org/
11
12For license information, see the file COPYING.
13

README.md

1[![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz)
2[![Build Status](https://ci.appveyor.com/api/projects/status/4oaq58ns2h0m2soa?svg=true)](https://ci.appveyor.com/project/behdad/harfbuzz)
3[![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz)
4[ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
5
6This is HarfBuzz, a text shaping library.
7
8For bug reports, mailing list, and other information please visit:
9
10  http://harfbuzz.org/
11
12For license information, see the file COPYING.
13

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.4.2.tar.bz2
2Version: 1.4.2
3BugComponent: 25699
4