1. 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
  2. 20 8月, 2015 1 次提交
  3. 18 8月, 2015 2 次提交
  4. 12 8月, 2015 1 次提交
  5. 01 2月, 2014 1 次提交
  6. 14 1月, 2014 1 次提交
  7. 21 12月, 2013 1 次提交
  8. 03 12月, 2013 1 次提交
  9. 29 11月, 2013 2 次提交
  10. 26 11月, 2013 1 次提交
  11. 07 11月, 2013 1 次提交
  12. 05 11月, 2013 1 次提交
  13. 30 10月, 2013 1 次提交
  14. 29 10月, 2013 1 次提交
  15. 17 10月, 2013 1 次提交
  16. 16 10月, 2013 2 次提交
  17. 10 10月, 2013 1 次提交
  18. 02 10月, 2013 1 次提交
  19. 01 10月, 2013 1 次提交
  20. 24 9月, 2013 1 次提交
  21. 31 8月, 2013 1 次提交
  22. 13 8月, 2013 1 次提交
  23. 02 8月, 2013 1 次提交
  24. 30 7月, 2013 1 次提交
  25. 25 7月, 2012 1 次提交
  26. 16 6月, 2012 1 次提交
  27. 07 5月, 2012 1 次提交