- 05 1月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
See previous commit.
-
由 Behdad Esfahbod 提交于
The font Garamond Premier Pro Caption (and possibly many other Adobe fonts), have many FeatureParamsSize tables with the old wrong offset. We handle fixing those up, but they were still contributing to edit_count, and when I reduced HB_SANITIZE_MAX_EDIT from 100 to 8 in 14c2de32, these fonts were now getting GPOS dropped and hence kerning disabled. Fix, by not counting edits made towareds offset fix-up. I'll also increase edit count again, in the next commit.
-
- 02 1月, 2016 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
[travis] Try building on Trusty
-
由 Khaled Hosny 提交于
Trusty has gtk-doc 1.20 which has better markdown support which should fix some of the brokenness in the newly added documentation. The build seems to be as fast as the current container-based build on Precise.
-
由 Behdad Esfahbod 提交于
Fixes failures in others' forks, like: https://travis-ci.org/khaledhosny/harfbuzz/jobs/99719710#L3912
-
由 Behdad Esfahbod 提交于
[docs] More buffers documentation
-
由 Khaled Hosny 提交于
-
- 31 12月, 2015 5 次提交
-
-
由 Behdad Esfahbod 提交于
More docs
-
由 Behdad Esfahbod 提交于
Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
-
由 Nico Weber 提交于
The coretext_aat shaper delegates to the regular coretext_..._ensure() functions, so coretext_aat_..._ensure() functions defined by these macros are unused. The compiler warns about them, which in turn can confuse people to think that the coretext_aat_..._ensure() functions weren't called by accident.
-
由 Khaled Hosny 提交于
Now it is just reporting one error about “503 undocumented or incomplete symbols”, that will be the easy part I guess.
-
由 Khaled Hosny 提交于
-
- 30 12月, 2015 11 次提交
-
-
由 Behdad Esfahbod 提交于
Remove unused `retry:` label.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Temporarily makes it rebuild docs on every change again.
-
由 Behdad Esfahbod 提交于
Doc fixes
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Some of it (create, reference, destroy) are adapted from Cairo docs.
-
由 Khaled Hosny 提交于
To lower the number of gtk-doc warnings.
-
- 29 12月, 2015 2 次提交
-
-
由 Nico Weber 提交于
Fixes a -Wunused-label warning when building harfbuzz with clang -Wall.
-
由 Khaled Hosny 提交于
Otherwise, almost all API functions are not extracted.
-
- 26 12月, 2015 6 次提交
-
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Lets see if it works…
-
由 Behdad Esfahbod 提交于
I've set up a secure var for behdad/harfbuzz through Travis web interface, no need to set the var here.
-
由 Behdad Esfahbod 提交于
Deploy docs to gh-pages branch from Travis builds
-
由 Behdad Esfahbod 提交于
This test font had a upem of 769, which results in rounding-related errors with the FreeType font funcs. Change the upem to 1024 to fix that. Fixes https://github.com/behdad/harfbuzz/issues/201
-
由 Behdad Esfahbod 提交于
-
- 24 12月, 2015 4 次提交
-
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Use chapter ids instead of numbers, so that we can reorder them, introduce new ones etc. without the numbers becoming out of date.
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Build docs in Travis and push them to the gh-pages branch, which makes them available at http://behdad.github.io/harfbuzz/
-
- 23 12月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Apparently class=0 is used for ClassDef1. See: https://github.com/adobe-type-tools/afdko/issues/90
-
- 19 12月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Currently just announces lookup applications. Message-API *will* change. hb-shape / hb-view are updated to print-out messages to stder if --debug is specified.
-
由 Behdad Esfahbod 提交于
-