• Home
Name Date Size #Lines LOC

..--

.ci/03-May-2024-10165

.circleci/03-May-2024-346271

docs/03-May-2024-5,2905,013

m4/03-May-2024-1,8091,492

src/03-May-2024-106,56275,353

test/03-May-2024-30,07025,769

util/03-May-2024-4,5473,376

.clang-formatD03-May-20241 KiB3936

.codecov.ymlD03-May-202484 86

.editorconfigD03-May-2024334 2216

.travis.ymlD03-May-20242.4 KiB7963

AUTHORSD03-May-2024201 1514

Android.bpD03-May-20246 KiB193185

BUILD.mdD03-May-20241.7 KiB5130

CMakeLists.txtD03-May-202427.6 KiB821697

CONFIG.mdD03-May-20247 KiB152111

COPYINGD03-May-20241.7 KiB3831

METADATAD03-May-2024610 1514

MODULE_LICENSE_MITD03-May-20240

Makefile.amD03-May-20242.8 KiB10477

NEWSD03-May-202467.8 KiB2,3321,757

NOTICED03-May-20241.7 KiB3730

OWNERSD03-May-202473 54

READMED03-May-20241.9 KiB3522

README.androidD03-May-2024717 1815

README.mdD03-May-20241.9 KiB3522

README.mingw.mdD03-May-20242.4 KiB4935

README.python.mdD03-May-20241.1 KiB3725

README.versionD03-May-2024125 43

RELEASING.mdD03-May-20243.1 KiB7353

TESTING.mdD03-May-20242.2 KiB8764

TEST_MAPPINGD03-May-202467 87

THANKSD03-May-2024129 87

TODOD03-May-2024436 2915

appveyor.ymlD03-May-20243.4 KiB9452

autogen.shD03-May-20241.1 KiB4933

azure-pipelines.ymlD03-May-2024709 2219

configure.acD03-May-202416.9 KiB543478

git.mkD03-May-202412.3 KiB401293

harfbuzz.doapD03-May-2024775 2521

mingw-configure.shD03-May-2024757 2924

mingw-ldd.pyD03-May-20241.6 KiB5940

mingw32.shD03-May-202462 31

mingw64.shD03-May-202464 31

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

README

1[![Travis Build Status](https://travis-ci.org/harfbuzz/harfbuzz.svg?branch=master)](https://travis-ci.org/harfbuzz/harfbuzz)
2[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/0t0flrxpstj9lb9w?svg=true&branch=master)](https://ci.appveyor.com/project/harfbuzz/harfbuzz)
3[![CircleCI Build Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master)
4[![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html)
5[![Coverity Code Health](https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/behdad-harfbuzz)
6[![Codacy Code Health](https://api.codacy.com/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)](https://app.codacy.com/app/behdad/harfbuzz)
7[![Codecov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](https://codecov.io/gh/harfbuzz/harfbuzz)
8[![Coverals Code Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveralls.io/r/harfbuzz/harfbuzz)
9[![Packaging status](https://repology.org/badge/tiny-repos/harfbuzz.svg)](https://repology.org/project/harfbuzz/versions)
10[ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
11
12This is HarfBuzz, a text shaping library.
13
14For bug reports, mailing list, and other information please visit:
15
16  http://harfbuzz.org/
17
18For license information, see [COPYING](COPYING).
19
20For build information, see [BUILD.md](BUILD.md).
21
22For custom configurations, see [CONFIG.md](CONFIG.md).
23
24For test execution, see [TESTING.md](TESTING.md).
25
26Documentation: https://harfbuzz.github.io
27
28
29<details>
30  <summary>Packaging status of HarfBuzz</summary
31
32[![Packaging status](https://repology.org/badge/vertical-allrepos/harfbuzz.svg?header=harfbuzz)](https://repology.org/project/harfbuzz/versions)
33
34</details>
35

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
14NOTE:
15 Since Chromium updates Harfbuzz more frequently, you can check the following URL for their changes
16 and latest merges.
17 https://chromium.googlesource.com/chromium/src/+log/master/third_party/harfbuzz-ng
18

README.md

1[![Travis Build Status](https://travis-ci.org/harfbuzz/harfbuzz.svg?branch=master)](https://travis-ci.org/harfbuzz/harfbuzz)
2[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/0t0flrxpstj9lb9w?svg=true&branch=master)](https://ci.appveyor.com/project/harfbuzz/harfbuzz)
3[![CircleCI Build Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master)
4[![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html)
5[![Coverity Code Health](https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/behdad-harfbuzz)
6[![Codacy Code Health](https://api.codacy.com/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)](https://app.codacy.com/app/behdad/harfbuzz)
7[![Codecov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](https://codecov.io/gh/harfbuzz/harfbuzz)
8[![Coverals Code Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveralls.io/r/harfbuzz/harfbuzz)
9[![Packaging status](https://repology.org/badge/tiny-repos/harfbuzz.svg)](https://repology.org/project/harfbuzz/versions)
10[ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
11
12This is HarfBuzz, a text shaping library.
13
14For bug reports, mailing list, and other information please visit:
15
16  http://harfbuzz.org/
17
18For license information, see [COPYING](COPYING).
19
20For build information, see [BUILD.md](BUILD.md).
21
22For custom configurations, see [CONFIG.md](CONFIG.md).
23
24For test execution, see [TESTING.md](TESTING.md).
25
26Documentation: https://harfbuzz.github.io
27
28
29<details>
30  <summary>Packaging status of HarfBuzz</summary
31
32[![Packaging status](https://repology.org/badge/vertical-allrepos/harfbuzz.svg?header=harfbuzz)](https://repology.org/project/harfbuzz/versions)
33
34</details>
35

README.mingw.md

1For the development of HarfBuzz, the Microsoft shaping technology, Uniscribe,
2as a widely used and tested shaper is used as more-or-less OpenType reference
3implementation and that specially is important where OpenType specification
4is or wasn't that clear. For having access to Uniscribe on Linux/macOS these
5steps are recommended:
6
71. Install Wine from your favorite package manager.  On Fedora that's `dnf install wine`.
8
92. And `mingw-w64` compiler.
10   With `brew` on macOS, you can have it like `brew install mingw-w64`.
11   On Fedora, with `dnf install mingw32-gcc-c++`, or `dnf install mingw64-gcc-c++` for the
12   64-bit Windows.
13
143. Install cross-compiled dependency packages.  Alternatively see [^1] below.
15   On Fedora that would be `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype`
16   for 32-bit, or `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype` for 64-bit.
17
185. `NOCONFIGURE=1 ./autogen.sh && mkdir winbuild && cd winbuild`
19
206. Run `../mingw32.sh` for 32-bit build, or `../mingw64.sh` for 64-bit.  This configures
21   HarfBuzz for cross-compiling.  It enables Uniscribe backend as well.
22
237. `make`
24
25Now you can use hb-shape using `wine util/hb-shape.exe` but if you like to shape with
26the Microsoft Uniscribe,
27
288. Bring a 32bit version of `usp10.dll` for yourself from `C:\Windows\SysWOW64\usp10.dll` of your
29   Windows installation (assuming you have a 64-bit installation, otherwise
30   `C:\Windows\System32\usp10.dll`) that it is not a DirectWrite proxy
31   ([for more info](https://en.wikipedia.org/wiki/Uniscribe)).
32   Rule of thumb, your `usp10.dll` should have a size more than 500kb, otherwise
33   it is designed to work with DirectWrite which Wine can't work with its original one.
34   You want a Uniscribe from Windows 7 or older.
35
36   Put the DLL in the folder you are going to run the next command,
37
389. `WINEDLLOVERRIDES="usp10=n" wine util/hb-shape.exe fontname.ttf -u 0061,0062,0063 --shaper=uniscribe`
39
40(`0061,0062,0063` means `abc`, use test/shaping/hb-unicode-decode to generate ones you need)
41
42
43[^1] Download and put [this](https://drive.google.com/open?id=0B3_fQkxDZZXXbWltRGd5bjVrUDQ)
44     in your `~/.local/i686-w64-mingw32`.  Then replace all the instances of
45     `/home/behdad/.local/i586-mingw32msvc` and `/home/behdad/.local/i686-w64-mingw32`
46     with `<$HOME>/.local/i686-w64-mingw32` on that folder.
47     (`<$HOME>` replace it with `/home/XXX` or `/Users/XXX` on macOS)
48     You shouldn't replace the instances of those inside binary files.
49

README.python.md

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```bash
6sudo apt-get install libgirepository1.0-dev
7```
8
9And then run `autogen.sh` (if building from git), and then:
10
11```bash
12./configure --with-gobject --enable-introspection
13```
14
15Make sure that gobject-introspection is reported enabled then in the `configure` script output.
16
17Compile and install.
18
19Make sure you have the installation lib dir in `LD_LIBRARY_PATH`, as needed
20for the linker to find the library.
21
22Then make sure you also have `GI_TYPELIB_PATH` pointing to the resulting
23`$prefix/lib/girepository-*` directory.
24
25Make sure you have pygobject installed.  Then check that the following
26import works in your Python interpreter:
27
28```python
29from gi.repository import HarfBuzz
30```
31
32If it does, you are ready to call HarfBuzz from Python!  Congratulations.
33See [`src/sample.py`](src/sample.py).
34
35The Python API will change.  Let us know on the mailing list if you are
36using it, and send lots of feedback.
37

README.version

1URL: https://github.com/harfbuzz/harfbuzz/commit/4941e95f10fe0fe658752134a42b58896fb19c42
2Version: 2.3.0
3BugComponent: 25699
4