1. 07 4月, 2015 1 次提交
  2. 31 3月, 2015 1 次提交
  3. 11 12月, 2014 1 次提交
    • B
      [indic] Allow ZWJ/ZWNJ before SM · e6f80fa1
      Behdad Esfahbod 提交于
      In Oriya, a ZWJ/ZWNJ might be added before candrabindu to encourage
      or stop ligation of the candrabindu.  This is clearly specified in
      the Unicode section on Oriya.  Allow it there.  Note that Uniscribe
      doesn't allow this.
      
      Micro tests added using Noto Sans Oriya draft.
      
      No changes in numbers.  Currently at:
      
      BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
      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: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
      KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
      MALAYALAM: 1048147 out of 1048334 tests passed. 187 failed (0.0178378%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
      TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      e6f80fa1
  4. 03 10月, 2014 1 次提交
  5. 02 10月, 2014 1 次提交
  6. 14 8月, 2014 1 次提交
  7. 06 8月, 2014 1 次提交
  8. 01 8月, 2014 2 次提交
  9. 27 7月, 2014 2 次提交
  10. 24 7月, 2014 1 次提交
  11. 23 7月, 2014 1 次提交
  12. 19 7月, 2014 2 次提交
  13. 18 7月, 2014 3 次提交
  14. 17 7月, 2014 2 次提交
    • B
      [tests] Add record-test.sh · 844f1a48
      Behdad Esfahbod 提交于
      844f1a48
    • B
      Fix Mongolian Variation Selectors for fonts without GDEF · 3b861421
      Behdad Esfahbod 提交于
      Originally we fixed those in 79d1007a.
      However, fonts like MongolianWhite don't have GDEF, but have IgnoreMarks
      in their LigatureSubstitute init/etc features.  We were synthesizing a
      GDEF class of mark for Mongolian Variation Selectors and as such the
      ligature lookups where not matching.  Uniscribe doesn't do that.
      
      I tried with more sophisticated fixes, like, if there is no GDEF and
      a lookup-flag mismatch happens, instead of rejecting a match, try
      skipping that glyph.  That surely produces some interesting behavior,
      but since we don't want to support fonts missing GDEF more than we have
      to, I went for this simpler fix which is to always mark
      default-ignorables as base when synthesizing GDEF.
      
      Micro-test added.
      
      Fixes rest of https://bugs.freedesktop.org/show_bug.cgi?id=65258
      3b861421
  15. 10 7月, 2014 1 次提交
  16. 13 6月, 2014 1 次提交
  17. 06 6月, 2014 2 次提交
  18. 30 5月, 2014 2 次提交
  19. 15 5月, 2014 1 次提交
  20. 29 4月, 2014 2 次提交
  21. 11 4月, 2014 1 次提交
  22. 11 3月, 2014 2 次提交
  23. 06 12月, 2013 1 次提交
  24. 05 12月, 2013 1 次提交
  25. 26 11月, 2013 1 次提交
  26. 29 10月, 2013 2 次提交
  27. 16 10月, 2013 3 次提交