Home | History | Annotate | only in /external/harfbuzz_ng
Up to higher level directory
NameDateSize
.ci/05-Oct-2017
.travis.yml05-Oct-20172.3K
Android.bp05-Oct-20173.5K
appveyor.yml05-Oct-20172.3K
AUTHORS05-Oct-2017127
autogen.sh05-Oct-20171.1K
BUILD.md05-Oct-20171.5K
configure.ac05-Oct-201716.2K
COPYING05-Oct-20171.7K
docs/05-Oct-2017
git.mk05-Oct-201710.9K
harfbuzz.doap05-Oct-2017789
m4/05-Oct-2017
Makefile.am05-Oct-20172K
MODULE_LICENSE_MIT05-Oct-20170
NEWS05-Oct-201746.2K
NOTICE05-Oct-20171.7K
README05-Oct-2017604
README.md05-Oct-2017604
README.python05-Oct-20171,008
README.version05-Oct-2017116
src/05-Oct-2017
test/05-Oct-2017
THANKS05-Oct-2017106
TODO05-Oct-20171.2K
util/05-Oct-2017
win32/05-Oct-2017

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 
      6 This is HarfBuzz, a text shaping library.
      7 
      8 For bug reports, mailing list, and other information please visit:
      9 
     10   http://harfbuzz.org/
     11 
     12 For 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 
      6 This is HarfBuzz, a text shaping library.
      7 
      8 For bug reports, mailing list, and other information please visit:
      9 
     10   http://harfbuzz.org/
     11 
     12 For license information, see the file COPYING.
     13 

README.python

      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 

README.version

      1 URL: http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.4.2.tar.bz2
      2 Version: 1.4.2
      3 BugComponent: 25699
      4