- 15 3月, 2014 3 次提交
-
-
由 Behdad Esfahbod 提交于
This is a higher-priority shaper than default shaper ("ot"), but only picks up fonts that have AAT "morx"/"mort" table. Note that for this to work the font face's get_table() implementation should know how to return the full font blob. Based on patch from Konstantin Ritt.
-
由 Behdad Esfahbod 提交于
Useful for Android / Chrome / etc when ICU is built in the same library as harfbuzz itself.
-
由 Behdad Esfahbod 提交于
-
- 11 3月, 2014 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 05 3月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 19 2月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Apparently some modern fonts have proper GPOS mark positioning tables, but undesirable precomposed forms! See thread "Hebrew composition to presentation forms" and: http://tex.stackexchange.com/questions/156775/having-trouble-with-vowel-positioning-in-ezra-sil-xelatex Test case: U+fb1d,05d9,05b4
-
- 12 2月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Seems like configure.ac is already able to handle it.
-
- 11 2月, 2014 2 次提交
-
-
由 Luis de Bethencourt 提交于
-
由 Werner Lemberg 提交于
-
- 05 2月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
See thread "[HarfBuzz] compilation error of 0.9.26 with MinGW" started by Werner.
-
- 31 1月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 30 1月, 2014 1 次提交
-
-
- 29 1月, 2014 5 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes github.com/behdad/harfbuzz/pull/19
-
由 Behdad Esfahbod 提交于
-
由 Konstantin Ritt 提交于
-
由 Konstantin Ritt 提交于
-
由 Konstantin Ritt 提交于
The OT shaper supersedes the fallback shaper in every case and the latter become an extra weight for 99.9% of users.
-
- 24 1月, 2014 2 次提交
-
-
- 23 1月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
I believe Windows 8 disables it, and spec update dated Jan 2014 also clearly says it's disabled by default: http://www.microsoft.com/typography/OpenTypeDev/arabic/intro.htm#features
-
- 22 1月, 2014 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Tone-mark reordering and improved Old Hangul support
-
由 Jonathan Kew 提交于
-
- 21 1月, 2014 1 次提交
-
-
由 Jonathan Kew 提交于
-
- 20 1月, 2014 4 次提交
-
-
由 Jonathan Kew 提交于
-
由 Jonathan Kew 提交于
[unicode] Exclude the Jamo Filler characters from Default_Ignorable, as some fonts want these to be visible/spacing glyphs.
-
由 Jonathan Kew 提交于
[hangul] Reorder Hangul tone mark to beginning of syllable, unless font implements it using a zero-width glyph.
-
由 Jonathan Kew 提交于
[hangul] Apply the appropriate *jmo features to decomposed syllables, including Old Hangul sequences that don't have Unicode compositions. Merge clusters in decomposed syllables.
-
- 02 1月, 2014 7 次提交
-
-
由 Behdad Esfahbod 提交于
As discussed on https://github.com/behdad/harfbuzz/pull/10#issuecomment-31442030
-
由 Behdad Esfahbod 提交于
Not tested. Ouch.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Seems to be working now.
-
由 Behdad Esfahbod 提交于
Part of https://github.com/behdad/harfbuzz/pull/10
-
由 Behdad Esfahbod 提交于
I had tried to expand to fill the blocks, but that sounds wrong in retrospect.
-
- 31 12月, 2013 4 次提交
-
-
由 Behdad Esfahbod 提交于
Now default shaper is truly no-op.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
No shaper has more than one behavior re this, so no need for a callback.
-
由 Behdad Esfahbod 提交于
Not exhaustively tested, but I think I got the intended logic right. The logic can perhaps be simplified. Maybe we should disabled normalization with this shaper. Then again, for now focusing on correctness.
-