Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.ci/ | 10-Aug-2018 | 4 KiB | |
.circleci/ | 10-Aug-2018 | 4 KiB | |
.travis.yml | 10-Aug-2018 | 2 KiB | |
Android.bp | 10-Aug-2018 | 3.5 KiB | |
appveyor.yml | 10-Aug-2018 | 2.2 KiB | |
AUTHORS | 10-Aug-2018 | 127 | |
autogen.sh | 10-Aug-2018 | 1.1 KiB | |
BUILD.md | 10-Aug-2018 | 1.6 KiB | |
CMakeLists.txt | 10-Aug-2018 | 22.6 KiB | |
configure.ac | 10-Aug-2018 | 16.3 KiB | |
COPYING | 10-Aug-2018 | 1.7 KiB | |
docs/ | 10-Aug-2018 | 4 KiB | |
git.mk | 10-Aug-2018 | 12.3 KiB | |
harfbuzz.doap | 10-Aug-2018 | 775 | |
m4/ | 10-Aug-2018 | 4 KiB | |
Makefile.am | 10-Aug-2018 | 2 KiB | |
MODULE_LICENSE_MIT | 10-Aug-2018 | 0 | |
NEWS | 10-Aug-2018 | 52.2 KiB | |
NOTICE | 10-Aug-2018 | 1.7 KiB | |
OWNERS | 10-Aug-2018 | 92 | |
README | 10-Aug-2018 | 771 | |
README.android | 10-Aug-2018 | 506 | |
README.md | 10-Aug-2018 | 771 | |
README.python | 10-Aug-2018 | 1,008 | |
README.version | 10-Aug-2018 | 125 | |
RELEASING.md | 10-Aug-2018 | 3.8 KiB | |
replace-enum-strings.cmake | 10-Aug-2018 | 352 | |
src/ | 10-Aug-2018 | 12 KiB | |
test/ | 10-Aug-2018 | 4 KiB | |
THANKS | 10-Aug-2018 | 106 | |
TODO | 10-Aug-2018 | 1.2 KiB | |
util/ | 10-Aug-2018 | 4 KiB |
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 7This is HarfBuzz, a text shaping library. 8 9For bug reports, mailing list, and other information please visit: 10 11 http://harfbuzz.org/ 12 13For license information, see the file COPYING. 14 15Documentation: https://harfbuzz.github.io 16
README.android
1Harfbuzz 2 3HOW 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 7This is HarfBuzz, a text shaping library. 8 9For bug reports, mailing list, and other information please visit: 10 11 http://harfbuzz.org/ 12 13For license information, see the file COPYING. 14 15Documentation: https://harfbuzz.github.io 16
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: https://github.com/harfbuzz/harfbuzz/commit/007a2a4317227b8fb4c764c590203c85fc3da5fd 2Version: 1.7.4 3BugComponent: 25699 4