• Home
Name Date Size #Lines LOC

..--

.ci/03-May-2024-5234

.circleci/03-May-2024-126111

docs/03-May-2024-2,0251,898

m4/03-May-2024-1,6271,320

src/03-May-2024-65,09446,030

test/03-May-2024-39,47237,318

util/03-May-2024-4,1583,093

.travis.ymlD03-May-20242 KiB6857

AUTHORSD03-May-2024127 109

Android.bpD03-May-20243.5 KiB117111

BUILD.mdD03-May-20241.6 KiB4130

CMakeLists.txtD03-May-202422.6 KiB691572

COPYINGD03-May-20241.7 KiB3730

MODULE_LICENSE_MITD03-May-20240

Makefile.amD03-May-20242 KiB8657

NEWSD03-May-202452.2 KiB1,8091,320

NOTICED03-May-20241.7 KiB3730

OWNERSD03-May-202492 65

READMED03-May-2024771 1610

README.androidD03-May-2024506 1311

README.mdD03-May-2024771 1610

README.pythonD03-May-20241,008 3119

README.versionD03-May-2024125 43

RELEASING.mdD03-May-20243.8 KiB12695

THANKSD03-May-2024106 87

TODOD03-May-20241.2 KiB7036

appveyor.ymlD03-May-20242.2 KiB5441

autogen.shD03-May-20241.1 KiB4736

configure.acD03-May-202416.3 KiB532465

git.mkD03-May-202412.3 KiB401293

harfbuzz.doapD03-May-2024775 2521

replace-enum-strings.cmakeD03-May-2024352 2117

README

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.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