HarfBuzz text shaping engine
Go to file
Behdad Esfahbod 52f61cdb87 Detect over/under-flow in UnsizedArray::operator[]
Was causing bad substitutions in mort table because of WordOffsetToIndex()
producing negative numbers that were cast to unsigned int and returned as
large numbers (which was desirable, so they would be rejected), but then
they were cast to int when passed to this operator and acting as small
negative integers, which was bad...

Detect overflow.  Ouch, however, now I see this still fails on 32-bit.
Guess I'm going to revert an earlier change.
2018-11-16 16:41:59 -08:00
.ci [ci] minor, bring back the removed assertion 2018-03-05 13:02:50 +03:30
.circleci [ci] minor 2018-11-08 10:59:50 +03:30
docs 2.1.0 2018-10-30 15:52:26 -07:00
m4 Delete pkg.m4 2018-08-29 15:43:39 -07:00
src Detect over/under-flow in UnsizedArray::operator[] 2018-11-16 16:41:59 -08:00
test Fix vertical fallback space sign 2018-11-16 15:04:41 -08:00
util [subset] minor, adjust spaces 2018-11-16 00:02:47 +03:30
.editorconfig Minor build related changes 2018-03-30 22:25:35 +04:30
.travis.yml State our graphite2 dependency no-deprecated compile flag (#1220) 2018-10-04 00:29:40 +03:30
AUTHORS [AUTHORS] Add Ebrahim and Khaled 2018-10-18 00:35:01 -07:00
BUILD.md Fix typos. 2018-10-19 19:24:05 +03:30
CMakeLists.txt [cmake] Make build of tests and subset optional (#1329) 2018-10-30 10:19:40 +03:30
COPYING Improve license information 2012-10-28 21:26:19 -07:00
Makefile.am Add README.wine.md and touch some other docs (#939) 2018-03-29 04:22:53 +04:30
NEWS 2.1.2 2018-11-16 15:38:11 -08:00
README Add Codacy badge 2018-06-01 16:30:38 -07:00
README.md Add README.md symlink to make github happy 2014-10-01 17:45:17 -04:00
README.python.md Fix typos. 2018-10-19 19:24:05 +03:30
README.wine.md Fix typos. 2018-10-19 19:24:05 +03:30
RELEASING.md 2.1.0 2018-10-30 15:52:26 -07:00
THANKS Bump version to 0.9.2 2012-08-10 14:50:05 -04:00
TODO [TODO] Remove BCP 47 language handling item 2018-10-20 21:13:25 +03:30
appveyor.yml [appveyor] Drop Cygwin builds again 2018-10-25 02:34:02 +02:00
autogen.sh Add Ragel-generated files to git 2018-02-20 14:36:14 -08:00
azure-pipelines.yml Set up CI with Azure Pipelines 2018-10-25 15:22:54 +00:00
configure.ac 2.1.2 2018-11-16 15:38:11 -08:00
git.mk [git.mk] Update 2017-10-27 10:23:01 -06:00
harfbuzz.doap Move all references of old url to the new address (#622) 2017-11-20 14:49:22 -05:00
mingw32.sh Add mingw32.sh and mingw64.sh 2018-02-16 14:16:28 -08:00
mingw64.sh Add mingw32.sh and mingw64.sh 2018-02-16 14:16:28 -08:00
replace-enum-strings.cmake CMake: Support building HarfBuzz-GObject 2017-10-18 23:48:11 +08:00

README.md

Build Status Build status CircleCI Coverity Codacy Badge Coverage Status ABI Tracker

This is HarfBuzz, a text shaping library.

For bug reports, mailing list, and other information please visit:

http://harfbuzz.org/

For license information, see the file COPYING.

Documentation: https://harfbuzz.github.io