Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.ci/ | 03-May-2024 | - | 52 | 34 | ||
.circleci/ | 03-May-2024 | - | 126 | 111 | ||
docs/ | 03-May-2024 | - | 2,025 | 1,898 | ||
m4/ | 03-May-2024 | - | 1,627 | 1,320 | ||
src/ | 03-May-2024 | - | 65,094 | 46,030 | ||
test/ | 03-May-2024 | - | 39,472 | 37,318 | ||
util/ | 03-May-2024 | - | 4,158 | 3,093 | ||
.travis.yml | D | 03-May-2024 | 2 KiB | 68 | 57 | |
AUTHORS | D | 03-May-2024 | 127 | 10 | 9 | |
Android.bp | D | 03-May-2024 | 3.5 KiB | 117 | 111 | |
BUILD.md | D | 03-May-2024 | 1.6 KiB | 41 | 30 | |
CMakeLists.txt | D | 03-May-2024 | 22.6 KiB | 691 | 572 | |
COPYING | D | 03-May-2024 | 1.7 KiB | 37 | 30 | |
MODULE_LICENSE_MIT | D | 03-May-2024 | 0 | |||
Makefile.am | D | 03-May-2024 | 2 KiB | 86 | 57 | |
NEWS | D | 03-May-2024 | 52.2 KiB | 1,809 | 1,320 | |
NOTICE | D | 03-May-2024 | 1.7 KiB | 37 | 30 | |
OWNERS | D | 03-May-2024 | 92 | 6 | 5 | |
README | D | 03-May-2024 | 771 | 16 | 10 | |
README.android | D | 03-May-2024 | 506 | 13 | 11 | |
README.md | D | 03-May-2024 | 771 | 16 | 10 | |
README.python | D | 03-May-2024 | 1,008 | 31 | 19 | |
README.version | D | 03-May-2024 | 125 | 4 | 3 | |
RELEASING.md | D | 03-May-2024 | 3.8 KiB | 126 | 95 | |
THANKS | D | 03-May-2024 | 106 | 8 | 7 | |
TODO | D | 03-May-2024 | 1.2 KiB | 70 | 36 | |
appveyor.yml | D | 03-May-2024 | 2.2 KiB | 54 | 41 | |
autogen.sh | D | 03-May-2024 | 1.1 KiB | 47 | 36 | |
configure.ac | D | 03-May-2024 | 16.3 KiB | 532 | 465 | |
git.mk | D | 03-May-2024 | 12.3 KiB | 401 | 293 | |
harfbuzz.doap | D | 03-May-2024 | 775 | 25 | 21 | |
replace-enum-strings.cmake | D | 03-May-2024 | 352 | 21 | 17 |
README
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 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[](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 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