1. 27 8月, 2013 5 次提交
  2. 22 8月, 2013 1 次提交
  3. 21 8月, 2013 1 次提交
  4. 13 8月, 2013 1 次提交
    • B
      [coretext] Fully support user features · 3613696b
      Behdad Esfahbod 提交于
      Based on patch from Jonathan Kew and data from Apple.
      
      It's not working correctly though, and I suspect I'm hitting a bug in
      CoreText.  When I do this:
      
      hb-shape /Library/Fonts/Zapfino.ttf ZapfinoZapfino --shaper coretext \
      --features=-liga
      
      I expect both ligatures to turn off, but only the second one does:
      
      [Z_a_p_f_i_n_o=0+2333|Z=7+395|a=8+285|p_f=9+433|i=11+181|n=12+261|o=13+250]
      
      whereas if I disable 'dlig' instead of 'liga', both are turned off.
      Smells...
      
      Doesn't resolve conflicting feature settings.
      3613696b
  5. 10 8月, 2013 1 次提交
  6. 09 8月, 2013 6 次提交
  7. 08 8月, 2013 3 次提交
  8. 07 8月, 2013 4 次提交
  9. 06 8月, 2013 2 次提交
  10. 05 8月, 2013 1 次提交
  11. 31 7月, 2013 2 次提交
  12. 30 7月, 2013 1 次提交
  13. 26 7月, 2013 1 次提交
    • B
      Apply 'mark' to Myanmar · 6fadd9dd
      Behdad Esfahbod 提交于
      According to Andrew Glass: "The issue with Myanmar <mark> feature was
      fixed via a servicing patch as soon as Windows 8 became available."
      6fadd9dd
  14. 23 7月, 2013 2 次提交
  15. 22 7月, 2013 6 次提交
  16. 19 7月, 2013 1 次提交
    • B
      Followup fix for 3f9e2dce · 8751de50
      Behdad Esfahbod 提交于
      During GSUB, if a ligation happens, subsequence context input matching
      matches the new indexing.  During GPOS however, the indices never
      change.  So just go one by one.
      
      Fixes 'dist' positioning with mmrtext.ttf and the following sequence:
      
        U+1014,U+1039,U+1011,U+1014,U+1039,U+1011,U+1014,U+1039,U+1011
      
      Reported by Jonathan Kew.
      8751de50
  17. 17 7月, 2013 1 次提交
  18. 12 7月, 2013 1 次提交