- 22 2月, 2016 8 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
- 11 1月, 2016 1 次提交
-
-
- 31 12月, 2015 1 次提交
-
-
由 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.
-
- 29 12月, 2015 1 次提交
-
-
由 Nico Weber 提交于
Fixes a -Wunused-label warning when building harfbuzz with clang -Wall.
-
- 03 9月, 2015 1 次提交
-
-
- 20 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Shouldn't cause *any* functional changes, but is more correct.
-
- 19 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 18 8月, 2015 1 次提交
-
-
- 22 4月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
- 29 1月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
As discovered on Chrome Mac: https://code.google.com/p/chromium/issues/detail?id=452326
-
由 Behdad Esfahbod 提交于
As discovered on Chrome Mac: https://code.google.com/p/chromium/issues/detail?id=452326 This was originally broken in: commit 5a0eed3b Author: Behdad Esfahbod <behdad@behdad.org> Date: Mon Aug 11 23:47:16 2014 -0400 [coretext] Implement vertical shaping
-
- 22 1月, 2015 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Before we were not accounting for possible differences in x_scale and y_scale, as well as the signs of those. All should be in good shape now.
-
由 Behdad Esfahbod 提交于
-
- 15 8月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 13 8月, 2014 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Was very broken. Now fixed and tested.
-
由 Behdad Esfahbod 提交于
-
- 12 8月, 2014 11 次提交
-
-
由 Behdad Esfahbod 提交于
See comments. Fixes vertical text. CoreText backend is in very good shape now! Also see: 5a0eed3b 25f4fb9b Fixes http://github.com/behdad/harfbuzz/pull/36
-
由 Behdad Esfahbod 提交于
Currently doesn't work though, we detect font fallback. Apparently matching on ct_font is not safe for this. Looks like commit 25f4fb9b wasn't enough after all.
-
由 Behdad Esfahbod 提交于
Wasn't needed after a6b8dc87.
-
由 Behdad Esfahbod 提交于
Assert that all runs had expected direction, and take hint for non-monotone clusters.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Have to use a CTTypesetter for this.
-
由 Behdad Esfahbod 提交于
It's hard to handle all possible NULL returns from CoreText. Add one more...
-
由 Behdad Esfahbod 提交于
Fixes https://githu.com/behdad/harfbuzz/issues/49 to the extent that it can be fixed.
-
由 Behdad Esfahbod 提交于
Before, this shaper was returning UTF-16 cluster indices instead of returning whatever cluster values the user had had set up in the buffer. Ouch!
-
由 Behdad Esfahbod 提交于
We can't really resize buffer and continue in this shaper as we are using the scratch buffer for string_ref and log_cluster. Restructure shaper to retry from (almost) scratch.
-