- 12 7月, 2014 2 次提交
-
-
由 Behdad Esfahbod 提交于
It's both faster and produces smaller code. Now I feel stupid for not writing it this way before.
-
由 Behdad Esfahbod 提交于
-
- 11 7月, 2014 5 次提交
-
-
由 Behdad Esfahbod 提交于
Only if the font doesn't support it. Ie, this gives the user to use non-Unicode codepoints as private values and return a meaningful glyph for them. But if it's invalid and font callback doesn't like it, and if font has U+FFFD, show that instead. Font functions that do not want this automatic replacement to happen should return true from get_glyph() if unicode > 0x10FFFF. Replaces https://github.com/behdad/harfbuzz/pull/27
-
由 Behdad Esfahbod 提交于
Test passes now.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Previous code was broken logically, but harmless.
-
由 Behdad Esfahbod 提交于
-
- 10 7月, 2014 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
From http://github.com/behdad/ucdn
-
- 01 7月, 2014 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
These were introduced in a498565c, but IndicSyllabicCategory has had the correct value already, so the special code was never needed.
-
由 Behdad Esfahbod 提交于
Touch code just enough to preserve previous syllable structure and functionality as closely as possible. Many further cleanups coming later.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 28 6月, 2014 15 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
There may be more. There are members that are by definition redundant or reserved and not needed, NOT what we *currently* don't use. I'm sure there's more...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 25 6月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Add hb_ot_layout_language_get_required_feature_index() again, which is used in Pango. This was removed in da132937 in favor of hb_ot_layout_language_get_required_feature(). API changes: - Added hb_ot_layout_language_get_required_feature_index back.
-
- 23 6月, 2014 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 22 6月, 2014 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Was from 6.2.0. It's a no-op. Committing for the record.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Old table was from 6.2. Remove hard-coded Mongolian and Phags-pa data. This completes support for new scripts Manichian and Psaltar Pahlavi.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
In anticipation of Unicode 7.0 data coming in the next commit.
-
- 21 6月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-