1. 12 4月, 2018 1 次提交
  2. 09 2月, 2018 2 次提交
  3. 20 1月, 2018 1 次提交
  4. 10 1月, 2018 1 次提交
  5. 21 11月, 2017 1 次提交
  6. 03 11月, 2017 1 次提交
    • U
      Trivial typos · 97145df2
      Unknown 提交于
      Found using `codespell -i 3 -w -I '../harf-whitelist.txt'`
      whereas the whitelist contents were:
      ```
      beng
      iff
      pres
      ot
      te
      teh
      ```
      97145df2
  7. 11 8月, 2017 1 次提交
  8. 24 2月, 2016 1 次提交
    • B
      Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph() · 8b5bc141
      Behdad Esfahbod 提交于
      New API:
      - hb_font_get_nominal_glyph_func_t
      - hb_font_get_variation_glyph_func_t
      - hb_font_funcs_set_nominal_glyph_func()
      - hb_font_funcs_set_variation_glyph_func()
      - hb_font_get_nominal_glyph()
      - hb_font_get_variation_glyph()
      
      Deprecated API:
      - hb_font_get_glyph_func_t
      - hb_font_funcs_set_glyph_func()
      
      Clients that implement their own font-funcs are encouraged to replace
      their get_glyph() implementation with a get_nominal_glyph() and
      get_variation_glyph() pair.  The variation version can assume that
      variation_selector argument is not zero.
      8b5bc141
  9. 05 11月, 2015 1 次提交
  10. 21 10月, 2015 1 次提交
  11. 09 8月, 2015 1 次提交
  12. 26 2月, 2015 4 次提交
  13. 03 8月, 2014 1 次提交
  14. 18 7月, 2014 1 次提交
  15. 12 7月, 2014 1 次提交
  16. 23 12月, 2013 2 次提交
  17. 28 10月, 2013 1 次提交
    • B
      Optimize fallback kerning · 6b03e3c7
      Behdad Esfahbod 提交于
      Patch from Jonathan Kew.  "These changes seem to yield a small but
      just-about-measurable improvement with old fonts that lack GPOS
      kerning."
      6b03e3c7
  18. 19 10月, 2013 3 次提交
  19. 18 10月, 2013 1 次提交
  20. 05 5月, 2013 1 次提交
  21. 19 3月, 2013 1 次提交
    • B
      [Indic] Futher adjust ZWJ handling in Indic-like shapers · a8cf7b43
      Behdad Esfahbod 提交于
      After the Ngapi hackfest work, we were assuming that fonts
      won't use presentation features to choose specific forms
      (eg. conjuncts).  As such, we were using auto-joiner behavior
      for such features.  It proved to be troublesome as many fonts
      used presentation forms ('pres') for example to form conjuncts,
      which need to be disabled when a ZWJ is inserted.
      
      Two examples:
      
      	U+0D2F,U+200D,U+0D4D,U+0D2F with kartika.ttf
      	U+0995,U+09CD,U+200D,U+09B7 with vrinda.ttf
      
      What we do now is to never do magic to ZWJ during GSUB's main input
      match for Indic-style shapers.  Note that backtrack/lookahead are still
      matched liberally, as is GPOS.  This seems to be an acceptable
      compromise.
      
      As to the bug that initially started this work, that one needs to
      be fixed differently:
      
        Bug 58714 - Kannada u+0cb0 u+200d u+0ccd u+0c95 u+0cbe does not
        provide same results as Windows8
        https://bugs.freedesktop.org/show_bug.cgi?id=58714
      
      New numbers:
      
      BENGALI: 353689 out of 354188 tests passed. 499 failed (0.140886%)
      DEVANAGARI: 707305 out of 707394 tests passed. 89 failed (0.0125814%)
      GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
      GURMUKHI: 60706 out of 60747 tests passed. 41 failed (0.067493%)
      KANNADA: 951030 out of 951913 tests passed. 883 failed (0.0927606%)
      KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
      LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
      MALAYALAM: 1048102 out of 1048334 tests passed. 232 failed (0.0221304%)
      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%)
      TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
      a8cf7b43
  22. 22 2月, 2013 2 次提交
  23. 06 12月, 2012 1 次提交
  24. 15 11月, 2012 1 次提交
  25. 05 11月, 2012 1 次提交
  26. 07 9月, 2012 4 次提交
  27. 02 9月, 2012 2 次提交
  28. 31 8月, 2012 1 次提交