HarfBuzz text shaping engine
Go to file
Behdad Esfahbod 9d42d70269 [trak] Fix calc
We were getting the first track record always.  Ie. this line:

       if (trackTable[i].get_track_value () == 0.f)
       {
-       trackTableEntry = &trackTable[0];
+       trackTableEntry = &trackTable[i];
        break;
       }

The rest is cleanup.

Fixes https://github.com/harfbuzz/harfbuzz/issues/1263 for the most part.
2018-10-17 17:55:47 -07:00
.ci
.circleci
docs Add two APIs for getting stylistic set labels 2018-10-12 16:06:39 -04:00
m4
src [trak] Fix calc 2018-10-17 17:55:47 -07:00
test [fuzzing] Move fuzzing fonts from api/ here 2018-10-17 15:04:35 -07:00
util Remove HAVE_OT 2018-10-10 16:32:35 -04:00
.editorconfig
.travis.yml
AUTHORS
BUILD.md
CMakeLists.txt Remove HAVE_OT 2018-10-10 16:32:35 -04:00
COPYING
Makefile.am
NEWS
README
README.md
README.python.md
README.wine.md
RELEASING.md
THANKS
TODO
appveyor.yml
autogen.sh
configure.ac Remove HAVE_OT 2018-10-10 16:32:35 -04:00
git.mk
harfbuzz.doap
mingw32.sh
mingw64.sh
replace-enum-strings.cmake

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