1. ef4a147 font/sfnt: support for kerning from GPOS tables by Oliver Tonnhofer · 5 years ago
  2. 183bebd font/sfnt: support cmap format 6 by Denys Smirnov · 6 years ago
  3. cd38e80 font/sfnt: make PostTable.ItalicAngle a float64 by Nigel Tao · 6 years ago
  4. dd492a2 font/sfnt: support fonts with "true" apple version tag by Denys Smirnov · 6 years ago
  5. d9c2484 font/sfnt: parse and expose PostScript information by Denys Smirnov · 6 years ago
  6. 46e4eb7 vector: use asm opcode mnemonics by Nigel Tao · 6 years ago
  7. 249dc85 draw: re-enable the image.Rectangle DstMask fast path by Dmitri Shuralyov · 6 years ago
  8. aa35264 font/sfnt: rename ExampleRasterizeGlyph to Example_rasterizeGlyph by Dmitri Shuralyov · 6 years ago
  9. 22fd5b5 draw: fix Transformer documentation formatting by Dmitri Shuralyov · 6 years ago
  10. a3f9a00 draw: remove Go 1.8 support by Dmitri Shuralyov · 6 years ago
  11. 36ab240 webp: remove Go 1.8 support by Dmitri Shuralyov · 6 years ago
  12. 4b0b9b9 vector: remove Go 1.8 support by Dmitri Shuralyov · 6 years ago
  13. 6f5d68b webp/nycbcra: delete deprecated package by Dmitri Shuralyov · 6 years ago
  14. 5591930 colornames: update SVG 1.1 spec URL by Dmitri Shuralyov · 6 years ago
  15. fe2fa19 font/sfnt: support post table version 1.0 by Denys Smirnov · 6 years ago
  16. 63626fb font/sfnt: fix hmtx table size validation by Denys Smirnov · 6 years ago
  17. 69cc364 all: fix typos by Igor Zhilianin · 6 years ago
  18. 2a2258f font/sfnt: support parsing legacy fonts with OS2 table version <= 1 by Denys Smirnov · 6 years ago
  19. 9b1e201 bmp: update comment about decoding 32 bpp images by Nigel Tao · 6 years ago
  20. a9455cf image/bmp: support v4 and v5 info header versions by David Heuschmann · 6 years ago
  21. 991ec62 image/font: expose caret slope by Elias Naur · 6 years ago
  22. e1a1ede font,font/sfnt: expose font x-Height and capHeight by Elias Naur · 6 years ago
  23. c73c2af bmp: remove unused testing.T arg by Nigel Tao · 6 years ago
  24. e7c2a4f bmp: Add support for writing bitmaps with alpha channels by Derek Buitenhuis · 6 years ago
  25. cc896f8 font/sfnt,font/opentype: correct font height computation by Elias Naur · 6 years ago
  26. af66def README: fix go get instructions by Paul Jolly · 6 years ago
  27. f315e44 tiff: fixes problem with decoding tiled uint16 tiff files. by monkeybutter · 6 years ago
  28. f3a9b89 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  29. 12117c1 draw: fix crash caused by Scale by Copy shortcut by Jiulong Wang · 6 years ago
  30. e5db4c4 font/opentype: implement font.Face interface by Sebastien Binet · 7 years ago
  31. f7e31b4 font/sfnt: add Metrics to Font by Elias Naur · 7 years ago
  32. 334384d README: add more description by Kevin Burke · 7 years ago
  33. e20db36 vector: prevent fused multiply-add being used in floatingLineTo by Michael Munday · 7 years ago
  34. d1087bc vector: benchmark the floating point code path. by Nigel Tao · 7 years ago
  35. 426cfd8 font/sfnt: implement hflex and hflex1. by Nigel Tao · 7 years ago
  36. d835a09 font/sfnt: add ErrColoredGlyph. by Nigel Tao · 7 years ago
  37. f483456 font/sfnt: don't reject multiple kern subtables. by Nigel Tao · 7 years ago
  38. d442804 tiff/lzw: sync with the stdlib compress/lzw. by Nigel Tao · 7 years ago
  39. 3210c02 font/sfnt: support .dfont files. by Nigel Tao · 7 years ago
  40. a74d51e tiff: remove InternalError which is not used anywhere. by kim yongbin · 7 years ago
  41. 7c3fafc font/sfnt: explicitly close glyph contours. by Nigel Tao · 7 years ago
  42. 1de9a5b font/sfnt: implement Font.Bounds. by Nigel Tao · 7 years ago
  43. 84a6511 font/sfnt: use charmap EncodeRune API. by Nigel Tao · 7 years ago
  44. 10ed294 font/sfnt: implement Font.GlyphAdvance. by Nigel Tao · 7 years ago
  45. ce0faa1 font/sfnt: flip the Y axis for LoadGlyph's Segments. by Nigel Tao · 7 years ago
  46. f36ba34 font/sfnt: implement Font Dict Select. by Nigel Tao · 7 years ago
  47. 59d151b font/sfnt: implement implicit vstem before hintmask. by Nigel Tao · 7 years ago
  48. ecc1a9a font/sfnt: fix argStack size check for moveto ops. by Nigel Tao · 7 years ago
  49. f03a046 font/gofont: new Smallcaps; update other Go Fonts. by Nigel Tao · 7 years ago
  50. c0851fb font/sfnt: support PostScript compound glyphs (subroutines). by Nigel Tao · 7 years ago
  51. 2e35bd5 font/sfnt: increase proprietary_test coverage. by Nigel Tao · 7 years ago
  52. 2c9074b font/sfnt: implement flagWeHaveATwoByTwo. by Nigel Tao · 7 years ago
  53. fb59e5b font/sfnt: rename a "stack" field to "argStack". by Nigel Tao · 7 years ago
  54. 88e2d80 font/sfnt: ignore version 1 kern tables. by Nigel Tao · 7 years ago
  55. 6847eff font/sfnt: support font collections (.ttc and .otc files). by Nigel Tao · 7 years ago
  56. 1995ed1 font/sfnt: support TrueType glyph transformations. by Nigel Tao · 7 years ago
  57. 792d36e font/sfnt: support TrueType compound glyphs. by Nigel Tao · 7 years ago
  58. c1a19c1 font/sfnt: implement rcurveline and rlinecurve. by Nigel Tao · 7 years ago
  59. 793f3be font/sfnt: implement {hh,vv}curveto. by Nigel Tao · 7 years ago
  60. 069db1d font/sfnt: make parseXxx dependencies explicit. by Nigel Tao · 7 years ago
  61. e6cbe77 draw: use type aliases for go1.8.typealias builds too by Russ Cox · 7 years ago
  62. c8ae36c font/sfnt: implement Font.Kern. by Nigel Tao · 7 years ago
  63. b952c94 font/sfnt: check the versions of proprietary fonts. by Nigel Tao · 7 years ago
  64. ed91dc3 font/sfnt: add a ppem arg to Font.LoadGlyph. by Nigel Tao · 7 years ago
  65. 791b615 font/sfnt: update test for adobe/SourceSansPro-Regular.ttf. by Nigel Tao · 7 years ago
  66. 8491f88 font/sfnt: implement Font.GlyphName. by Nigel Tao · 7 years ago
  67. 153d857 font/sfnt: support Symbol fonts such as MS Webdings. by Nigel Tao · 7 years ago
  68. 306b829 draw: alias the standard library's image/draw's exported types. by Nigel Tao · 7 years ago
  69. df2aa51 draw: tweak the YCbCr to RGBA conversion formula again. by Nigel Tao · 7 years ago
  70. 05f0a46 font/sfnt: support non-zero offsets in format-4 cmap tables. by Nigel Tao · 7 years ago
  71. 993cf22 font/sfnt: fix proprietary fonts and cmap format 12. by Nigel Tao · 7 years ago
  72. 28d9a8b font/sfnt: add tests for proprietary fonts. by Nigel Tao · 7 years ago
  73. c8ab450 font/sfnt: support cmap format 12. by Nigel Tao · 7 years ago
  74. 55ae12a font/sfnt: use ../testdata/cmapTest.ttf. by Nigel Tao · 7 years ago
  75. 69afd00 font/sfnt: parse the cmap table. by Nigel Tao · 7 years ago
  76. 83686c5 font/sfnt: parse the glyf table. by Nigel Tao · 7 years ago
  77. 1ff62c9 math/fixed: add some Point and Rectangle methods. by Nigel Tao · 7 years ago
  78. 3ba1194 font: fix rectangle-union for empty rectangles. by Nigel Tao · 7 years ago
  79. f1b1ff5 font: add bounds measurement methods by Raphael Geronimi · 7 years ago
  80. 2d771d3 font/sfnt: add a Font.Name method. by Nigel Tao · 7 years ago
  81. ed90ab8 font/sfnt: add a comment about contour ordering. by Nigel Tao · 7 years ago
  82. 88b0132 font/sfnt: implement rrcurveto. by Nigel Tao · 7 years ago
  83. ce50dba font/sfnt: parse Type 2 Charstrings. by Nigel Tao · 7 years ago
  84. ae63d5d font: add some comments for the XxxBytes methods. by Nigel Tao · 7 years ago
  85. e2d0a9f font/sfnt: parse CFF 2-byte operators and real numbers. by Nigel Tao · 7 years ago
  86. 5286ed5 font/sfnt: parse the CFF table. by Nigel Tao · 7 years ago
  87. c39d899 font/sfnt: new package for parsing SFNT fonts. by Nigel Tao · 8 years ago
  88. d2f07f8 font/gofont: add style descriptions to the generated package docs. by Nigel Tao · 8 years ago
  89. b7f8df6 font/gofont: new packages for the Go font family. by Nigel Tao · 8 years ago
  90. 507b1a4 vector: measure the fixed point rasterizer's accuracy. by Nigel Tao · 8 years ago
  91. 98f3e4e vector: make args float32 pairs instead of f32.Vec2. by Nigel Tao · 8 years ago
  92. c78039e vector: tweak the asm register assignment. by Nigel Tao · 8 years ago
  93. 0ed2caa vector: add go1.6 build tag for asm code. by Nigel Tao · 8 years ago
  94. 93fad36 vector: remove a shift from the inner loop. by Nigel Tao · 8 years ago
  95. 8874bef vector: change ϕ from 10 to 9. by Nigel Tao · 8 years ago
  96. fa54d6f vector: simplify fixedLineTo computation. by Nigel Tao · 8 years ago
  97. f72412c vector: fix overflow when rasterizing a 30 degree line. by Nigel Tao · 8 years ago
  98. e78c457 vector: add SIMD versions of xxxAccumulateMask. by Nigel Tao · 8 years ago
  99. beb9675 vector: fix overflow when rasterizing wide lines. by Nigel Tao · 8 years ago
  100. 8edbaf3 vector: add SIMD versions of xxxAccumulateOpOver. by Nigel Tao · 8 years ago