Home | History | Annotate | only in /external/harfbuzz_ng
Up to higher level directory
NameDateSize
.ci/21-Aug-2018
.circleci/21-Aug-2018
.travis.yml21-Aug-20182K
Android.bp21-Aug-20183.5K
appveyor.yml21-Aug-20182.2K
AUTHORS21-Aug-2018127
autogen.sh21-Aug-20181.1K
BUILD.md21-Aug-20181.6K
CMakeLists.txt21-Aug-201822.6K
configure.ac21-Aug-201816.3K
COPYING21-Aug-20181.7K
docs/21-Aug-2018
git.mk21-Aug-201812.3K
harfbuzz.doap21-Aug-2018775
m4/21-Aug-2018
Makefile.am21-Aug-20182K
MODULE_LICENSE_MIT21-Aug-20180
NEWS21-Aug-201852.2K
NOTICE21-Aug-20181.7K
OWNERS21-Aug-201892
README21-Aug-2018771
README.android21-Aug-2018506
README.md21-Aug-2018771
README.python21-Aug-20181,008
README.version21-Aug-2018125
RELEASING.md21-Aug-20183.8K
replace-enum-strings.cmake21-Aug-2018352
src/21-Aug-2018
test/21-Aug-2018
THANKS21-Aug-2018106
TODO21-Aug-20181.2K
util/21-Aug-2018

README

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

README.android

      1 Harfbuzz
      2 
      3 HOW TO UPDATE
      4 * Check out external/harfbuzz to <checkout_dir>
      5   ex: git clone https://android.googlesource.com/platform/external/harfbuzz_ng
      6 * Locate the commit you'd like to move.
      7   ex: for 1.7.4: https://github.com/harfbuzz/harfbuzz/commit/007a2a4317227b8fb4c764c590203c85fc3da5fd
      8 * In <checkout_dir>, run git merge <commit_sha>
      9   i.e. git merge 007a2a4317227b8fb4c764c590203c85fc3da5fd
     10 * Upload the changes.
     11   ex: git push origin HEAD:refs/for/master
     12 * Gerrit will run the text related tests.
     13 

README.md

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

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: https://github.com/harfbuzz/harfbuzz/commit/007a2a4317227b8fb4c764c590203c85fc3da5fd
      2 Version: 1.7.4
      3 BugComponent: 25699
      4