Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.ci/ | 21-Aug-2018 | ||
.circleci/ | 21-Aug-2018 | ||
.travis.yml | 21-Aug-2018 | 2K | |
Android.bp | 21-Aug-2018 | 3.5K | |
appveyor.yml | 21-Aug-2018 | 2.2K | |
AUTHORS | 21-Aug-2018 | 127 | |
autogen.sh | 21-Aug-2018 | 1.1K | |
BUILD.md | 21-Aug-2018 | 1.6K | |
CMakeLists.txt | 21-Aug-2018 | 22.6K | |
configure.ac | 21-Aug-2018 | 16.3K | |
COPYING | 21-Aug-2018 | 1.7K | |
docs/ | 21-Aug-2018 | ||
git.mk | 21-Aug-2018 | 12.3K | |
harfbuzz.doap | 21-Aug-2018 | 775 | |
m4/ | 21-Aug-2018 | ||
Makefile.am | 21-Aug-2018 | 2K | |
MODULE_LICENSE_MIT | 21-Aug-2018 | 0 | |
NEWS | 21-Aug-2018 | 52.2K | |
NOTICE | 21-Aug-2018 | 1.7K | |
OWNERS | 21-Aug-2018 | 92 | |
README | 21-Aug-2018 | 771 | |
README.android | 21-Aug-2018 | 506 | |
README.md | 21-Aug-2018 | 771 | |
README.python | 21-Aug-2018 | 1,008 | |
README.version | 21-Aug-2018 | 125 | |
RELEASING.md | 21-Aug-2018 | 3.8K | |
replace-enum-strings.cmake | 21-Aug-2018 | 352 | |
src/ | 21-Aug-2018 | ||
test/ | 21-Aug-2018 | ||
THANKS | 21-Aug-2018 | 106 | |
TODO | 21-Aug-2018 | 1.2K | |
util/ | 21-Aug-2018 |
1 [](https://travis-ci.org/harfbuzz/harfbuzz) 2 [](https://ci.appveyor.com/project/harfbuzz/harfbuzz) 3 [](https://circleci.com/gh/harfbuzz/harfbuzz) 4 [](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
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
1 [](https://travis-ci.org/harfbuzz/harfbuzz) 2 [](https://ci.appveyor.com/project/harfbuzz/harfbuzz) 3 [](https://circleci.com/gh/harfbuzz/harfbuzz) 4 [](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
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: https://github.com/harfbuzz/harfbuzz/commit/007a2a4317227b8fb4c764c590203c85fc3da5fd 2 Version: 1.7.4 3 BugComponent: 25699 4