blob: 507ce6a3a6f588c2a34425747b610997024976ed [file] [log] [blame] [view]
Ebrahim Byagowi50151562020-08-02 10:43:25 +04301[![Linux CI Status](https://github.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)](https://github.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)
Khaled Hosnyfa432a12021-06-05 04:06:58 +02002[![CircleCI Build Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/main.svg?style=svg)](https://circleci.com/gh/harfbuzz/harfbuzz/tree/main)
Ebrahim Byagowie67cb502019-08-20 13:30:34 +04303[![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https://oss-fuzz-build-logs.storage.googleapis.com/index.html)
Khaled Hosnyc8810272022-04-22 01:01:06 +02004[![Coverity Scan Build Status](https://scan.coverity.com/projects/15166/badge.svg)](https://scan.coverity.com/projects/harfbuzz)
Khaled Hosnyb2d31732022-04-22 00:47:37 +02005[![Codacy Badge](https://app.codacy.com/project/badge/Grade/89c872f5ce1c42af802602bfcd15d90a)](https://www.codacy.com/gh/harfbuzz/harfbuzz/dashboard?utm_source=github.com&utm_medium=referral&utm_content=harfbuzz/harfbuzz&utm_campaign=Badge_Grade)
Khaled Hosnyfa432a12021-06-05 04:06:58 +02006[![Codecov Code Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/main/graph/badge.svg)](https://codecov.io/gh/harfbuzz/harfbuzz)
Ebrahim Byagowicfafee52019-10-02 09:22:46 +03307[![Packaging status](https://repology.org/badge/tiny-repos/harfbuzz.svg)](https://repology.org/project/harfbuzz/versions)
Behdad Esfahbod52784da2014-10-01 17:57:43 -04008
Khaled Hosny96223372022-04-25 04:14:03 +02009# HarfBuzz
10
11HarfBuzz is a text shaping engine. It primarily supports [OpenType][1], but also
12[Apple Advanced Typography][2]. HarfBuzz is used in Android, Chrome,
13ChromeOS, Firefox, GNOME, GTK+, KDE, LibreOffice, OpenJDK, PlayStation, Qt,
14XeTeX, and other places.
Owen Taylor80a15822000-12-20 04:41:36 +000015
Behdad Esfahbod5b21eff2011-05-25 14:49:35 -040016For bug reports, mailing list, and other information please visit:
17
18 http://harfbuzz.org/
Owen Taylor80a15822000-12-20 04:41:36 +000019
rsheeterfa576ce2019-05-08 09:53:58 -070020For license information, see [COPYING](COPYING).
Ebrahim Byagowia13c0742017-11-21 09:52:18 +033021
Khaled Hosny96223372022-04-25 04:14:03 +020022## Documentation
23
24For user manual as well as API documentation, check: https://harfbuzz.github.io
25
26## Download
27
28For tarball releases of HarfBuzz, look [here][3]. At the same place you
29will also find Win32/Win64 binary bundles that include libharfbuzz DLL,
30hb-view.exe, hb-shape.exe, and all dependencies.
31
32The canonical source tree is available on [github][4].
33
34The API that comes with `hb.h` will not change incompatibly. Other, peripheral,
35headers are more likely to go through minor modifications, but again, we do our
36best to never change API in an incompatible way. We will never break the ABI.
37
38If you are not sure whether Pango or HarfBuzz is right for you, read [Pango vs
39HarfBuzz][5].
40
41## Development
42
rsheeterfa576ce2019-05-08 09:53:58 -070043For build information, see [BUILD.md](BUILD.md).
Roderick Sheeter00946ca2019-05-08 09:42:35 -070044
Behdad Esfahbod3a939462019-06-17 20:10:36 -070045For custom configurations, see [CONFIG.md](CONFIG.md).
46
rsheeterfa576ce2019-05-08 09:53:58 -070047For test execution, see [TESTING.md](TESTING.md).
Roderick Sheeter00946ca2019-05-08 09:42:35 -070048
Khaled Hosny96223372022-04-25 04:14:03 +020049To get a better idea of where HarfBuzz stands in the text rendering stack you
50may want to read [State of Text Rendering][6], though, that document is many
51years old. Here are a few presentation slides about HarfBuzz at the
52Internationalization and Unicode Conference over the years:
Ebrahim Byagowicfafee52019-10-02 09:22:46 +033053
Khaled Hosny96223372022-04-25 04:14:03 +020054* November 2014, [Unicode, OpenType, and HarfBuzz: Closing the Circle][7],
55* October 2012, [HarfBuzz, The Free and Open Text Shaping Engine][8],
56* October 2009, [HarfBuzz: the Free and Open Shaping Engine][9].
57
58Both development and user support discussion around HarfBuzz happens on the
59[github][4].
60
61To report bugs or submit patches please use [github][4] issues and
62pull-requests.
63
64For a comparison of old vs new HarfBuzz memory consumption see [this][10].
65
66<!--See past and upcoming [HarfBuzz Hackfests](https://freedesktop.org/wiki/Software/HarfBuzz/Hackfests/)!-->
Ebrahim Byagowicfafee52019-10-02 09:22:46 +033067
Khaled Hosnyaf41be62022-04-25 02:59:00 +020068## Name
69
70HarfBuzz (حرف‌باز) is my Persian translation of “[OpenType][1]”,
71transliterated using the Latin script. It sports a second meaning, but that
72aint translatable.
73
74> Background: Originally there was this font format called TrueType. People and
75> companies started calling their type engines all things ending in Type:
76> FreeType, CoolType, ClearType, etc. And then came OpenType, which is the
77> successor of TrueType. So, for my OpenType implementation, I decided to stick
78> with the concept but use the Persian translation. Which is fitting given that
79> Persian is written in the Arabic script, and OpenType is an extension of
80> TrueType that adds support for complex script rendering, and HarfBuzz is an
81> implementation of OpenType complex text shaping.
82
Ebrahim Byagowicfafee52019-10-02 09:22:46 +033083<details>
Evgeniy Reizner9cd76812020-01-10 17:36:41 +020084 <summary>Packaging status of HarfBuzz</summary>
Ebrahim Byagowicfafee52019-10-02 09:22:46 +033085
Evgeniy Reizner9cd76812020-01-10 17:36:41 +020086[![Packaging status](https://repology.org/badge/vertical-allrepos/harfbuzz.svg?header=harfbuzz)](https://repology.org/project/harfbuzz/versions)
Ebrahim Byagowicfafee52019-10-02 09:22:46 +033087
88</details>
Khaled Hosny96223372022-04-25 04:14:03 +020089
90[1]: https://docs.microsoft.com/en-us/typography/opentype/spec/
91[2]: https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6AATIntro.html
92[3]: https://github.com/harfbuzz/harfbuzz/releases
93[4]: https://github.com/harfbuzz/harfbuzz
94[5]: http://mces.blogspot.com/2009/11/pango-vs-harfbuzz.html
95[6]: http://behdad.org/text/
96[7]: https://goo.gl/FSIQuC
97[8]: https://goo.gl/2wSRu
98[9]: http://behdad.org/download/Presentations/slippy/harfbuzz_slides.pdf
99[10]: https://goo.gl/woyty