• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.ci/22-Nov-2023-5234

.circleci/22-Nov-2023-126111

docs/22-Nov-2023-2,0251,898

m4/22-Nov-2023-1,6271,320

src/22-Nov-2023-65,09446,030

test/22-Nov-2023-39,47237,318

util/22-Nov-2023-4,1583,093

.gitD01-Jan-19700

.travis.ymlD22-Nov-20232 KiB6857

AUTHORSD22-Nov-2023127 109

Android.bpD22-Nov-20233.5 KiB117111

BUILD.mdD22-Nov-20231.6 KiB4130

CMakeLists.txtD22-Nov-202322.6 KiB691572

COPYINGD22-Nov-20231.7 KiB3730

MODULE_LICENSE_MITD22-Nov-20230

Makefile.amD22-Nov-20232 KiB8657

NEWSD22-Nov-202352.2 KiB1,8091,320

NOTICED22-Nov-20231.7 KiB3730

OWNERSD22-Nov-202392 65

READMED22-Nov-2023771 1610

README.androidD22-Nov-2023506 1311

README.mdD22-Nov-2023771 1610

README.pythonD22-Nov-20231,008 3119

README.versionD22-Nov-2023125 43

RELEASING.mdD22-Nov-20233.8 KiB12695

THANKSD22-Nov-2023106 87

TODOD22-Nov-20231.2 KiB7036

appveyor.ymlD22-Nov-20232.2 KiB5441

autogen.shD22-Nov-20231.1 KiB4736

configure.acD22-Nov-202316.3 KiB532465

git.mkD22-Nov-202312.3 KiB401293

harfbuzz.doapD22-Nov-2023775 2521

replace-enum-strings.cmakeD22-Nov-2023352 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