1. 30 8月, 2015 1 次提交
    • N
      Use fixed.Rectangle26_6 instead of truetype.Bounds. · 3cc74868
      Nigel Tao 提交于
      The previous "the endpoints are inclusive" comment seems confusing. It's true
      that the bounding box's max X equals the right-most coordinate, which suggests
      <= instead of <, but that node's coordinate is itself exclusive. Consider the
      solid 1-pixel square: (0, 0), (64, 0), (64, 64), (0, 64) in fixed.Point26_6
      coordinates. The right-most coordinate is 64, and the bounding box's max X
      equals 64, but rasterizing that square only affects sub-pixels up to but not
      including 64.
      
      Instead, it seems accurate to follow the fixed.Rectangle26_6 description, in
      that the max values are exclusive.
      3cc74868
  2. 24 8月, 2015 1 次提交
  3. 18 8月, 2015 1 次提交
  4. 12 8月, 2015 2 次提交
  5. 06 2月, 2014 1 次提交
  6. 14 1月, 2014 1 次提交
  7. 29 11月, 2013 1 次提交
  8. 05 11月, 2013 1 次提交
  9. 12 10月, 2013 1 次提交
  10. 11 10月, 2013 1 次提交
  11. 10 10月, 2013 1 次提交
  12. 30 7月, 2013 1 次提交
  13. 25 7月, 2012 1 次提交
  14. 11 7月, 2012 1 次提交
  15. 03 7月, 2012 1 次提交
  16. 16 6月, 2012 1 次提交
  17. 07 5月, 2012 3 次提交
  18. 04 5月, 2012 1 次提交
  19. 23 12月, 2011 1 次提交
  20. 08 11月, 2011 1 次提交
  21. 03 8月, 2010 1 次提交
  22. 20 5月, 2010 1 次提交
  23. 14 5月, 2010 1 次提交
  24. 04 5月, 2010 1 次提交