1. 17 10月, 2013 14 次提交
  2. 16 10月, 2013 11 次提交
    • B
      [arabic] Make ZWJ prevent ligatures instead of facilitating it · c52ddab7
      Behdad Esfahbod 提交于
      Unicode 6.2.0 Section 16.2 / Figure 16.3 says:
      
      "For backward compatibility, between Arabic characters a ZWJ acts just
      like the sequence <ZWJ, ZWNJ, ZWJ>, preventing a ligature from forming
      instead of requesting the use of a ligature that would not normally be
      used. As a result, there is no plain text mechanism for requesting the
      use of a ligature in Arabic text."
      
      As such, we flip internal zwj to zwnj flags for GSUB matching, which
      means it will block ligation in all features, unless the font
      explicitly matches U+200D glyph.  This doesn't affect joining behavior.
      c52ddab7
    • B
      [otlayout] Minor · 1a31f9f8
      Behdad Esfahbod 提交于
      1a31f9f8
    • B
      [indic] More granular post-base cluster merging! · 28d5daec
      Behdad Esfahbod 提交于
      28d5daec
    • B
      [indic] Fix cluster merging of left matras · 9cb59d46
      Behdad Esfahbod 提交于
      The merge_clusters there was totally broken.
      9cb59d46
    • B
      [indic] Adjust cluster merging under uniscribe mode for Tamil · 190c8f2b
      Behdad Esfahbod 提交于
      Apparently Uniscribe Tamil shaper doesn't ship chubby clusters
      for Tamil.  Adjust to that.
      190c8f2b
    • B
      [indic] Allow up to two syllable modifiers · 5c558877
      Behdad Esfahbod 提交于
      Bug 70509 - Candrabindu+Visarga doesn't work in Devanagari
      https://bugs.freedesktop.org/show_bug.cgi?id=70509
      
      We categorize both bindus and visarga as syllable-modifiers.
      OT spec doesn't actually say what characters go in the syllable
      modifier category, and allows one.  We just allow up to two now.
      
      Test case: U+0930,U+0941,U+0901,U+0903
      
      Uniscribe currently doesn't support that and produces a
      dotted circle.
      5c558877
    • B
      [indic] Simplify reph logic · f5299eff
      Behdad Esfahbod 提交于
      *Shouldn't* break anything.
      f5299eff
    • B
      [indic] If Malayalam dot-reph formed a ligature, don't move it · 65a929b1
      Behdad Esfahbod 提交于
      Rachana-0.6 implements dot-reph by ligation, so we shouldn't move it.
      Uniscribe doesn't either.  Test case:
      
        U+0D4E,U+0D1A,U+0D4D,U+0D1A,U+0D4D
      65a929b1
    • B
      [indic] Harmless reordering of Khmer features! · a01cbf6c
      Behdad Esfahbod 提交于
      a01cbf6c
    • B
      [indic] Apply 'kern' for all scripts except for Khmer in Uniscribe mode · eb10233b
      Behdad Esfahbod 提交于
      Seems to better match Uniscribe.
      
      Note: NotoSansTelugu-Regular has kern feature, so this fixes most of the
      positioning failures there, except for the kern pairs blocked by a
      (non-)joiner, in which case we (correctly) kern, but Uniscribe doesn't.
      eb10233b
    • B
      [indic] Don't apply presentation features across syllables · 30145272
      Behdad Esfahbod 提交于
      More like Uniscribe...  We still allow user-defined features to
      work across syllables, but not pres,blws,abs,psts,etc.
      
      This "regressed" Sinhala numbers by 11.  These are cases were
      there's Consonant followed by Ra,Halant,ZWJ at the of text.
      The Ra,Halant,ZWJ ends up forming reph, which is wrong...
      But before we were also ligating that reph with the previous
      consonant.  That's even more wrong.  That's also what Uniscribe
      does.
      
      Current numbers:
      
      BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
      DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
      GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
      GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
      KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
      KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
      MALAYALAM: 1048140 out of 1048334 tests passed. 194 failed (0.0185056%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271655 out of 271847 tests passed. 192 failed (0.070628%)
      TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      30145272
  3. 15 10月, 2013 4 次提交
    • B
      [indic] Handle Avagraha · 3c7b3641
      Behdad Esfahbod 提交于
      It can come either at the end(ish!) of the syllable, or independently.
      When independent, it accepts a few bits and pieces.
      3c7b3641
    • B
      [myanmar] Apply abvm/blwm · 5e7432b8
      Behdad Esfahbod 提交于
      5e7432b8
    • B
      [indic] Some scripts like blwf applied to pre-base characters · 8acbb6be
      Behdad Esfahbod 提交于
      ...while some don't!
      
      Improved Bengali, Devanagari, Gurmukhi, Malayalam.
      
      Updated numbers:
      
      BENGALI: 353732 out of 354188 tests passed. 456 failed (0.128745%)
      DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
      GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
      GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
      KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
      KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
      MALAYALAM: 1048134 out of 1048334 tests passed. 200 failed (0.0190779%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271666 out of 271847 tests passed. 181 failed (0.0665816%)
      TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      8acbb6be
    • B
      [otlayout] Fix (Chain)Context recursion! · 6b65a76b
      Behdad Esfahbod 提交于
      Previously we only supported recursive sublookups with
      ascending indices.  We were also not correctly handling
      non-1-to-1 recursed lookups.
      
      Fix all that!
      
      Fixes the three tests in test/shaping/tests/context-matching.tests,
      which were derived from NotoSansBengali and NotoSansDevanagari
      among others.
      6b65a76b
  4. 14 10月, 2013 1 次提交
  5. 11 10月, 2013 1 次提交
  6. 04 10月, 2013 1 次提交
  7. 28 9月, 2013 1 次提交
  8. 27 9月, 2013 1 次提交
  9. 17 9月, 2013 1 次提交
  10. 14 9月, 2013 4 次提交
  11. 13 9月, 2013 1 次提交