1. 01 9月, 2015 1 次提交
  2. 30 8月, 2015 3 次提交
    • N
      Rename Point and End slices to Points and Ends. · 3ba1c0f7
      Nigel Tao 提交于
      The slice Foos is plural; it refers to multiple elements. The element Foos[i]
      is the i'th Foo.
      3ba1c0f7
    • 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
    • N
      Delete the truetype.NewGlyphBuf function. · 7a598da6
      Nigel Tao 提交于
      The zero value of a GlyphBuf is already perfectly usable.
      7a598da6
  3. 24 8月, 2015 2 次提交
  4. 22 8月, 2015 1 次提交
  5. 21 8月, 2015 1 次提交
  6. 20 8月, 2015 1 次提交
  7. 18 8月, 2015 2 次提交
  8. 17 8月, 2015 1 次提交
  9. 12 8月, 2015 2 次提交
  10. 09 3月, 2015 1 次提交
  11. 01 2月, 2014 1 次提交
  12. 14 1月, 2014 1 次提交
  13. 25 7月, 2012 1 次提交
  14. 07 5月, 2012 2 次提交
  15. 23 12月, 2011 1 次提交
  16. 08 11月, 2011 1 次提交
  17. 14 9月, 2011 1 次提交
  18. 05 6月, 2011 1 次提交
  19. 21 1月, 2011 1 次提交
  20. 12 10月, 2010 1 次提交
  21. 15 9月, 2010 1 次提交
  22. 13 9月, 2010 1 次提交
  23. 10 9月, 2010 1 次提交
  24. 09 9月, 2010 1 次提交
  25. 27 8月, 2010 1 次提交
  26. 03 8月, 2010 1 次提交
  27. 01 7月, 2010 1 次提交
  28. 28 5月, 2010 1 次提交
  29. 27 5月, 2010 1 次提交
  30. 20 5月, 2010 1 次提交
  31. 14 5月, 2010 1 次提交