- 18 8月, 2015 5 次提交
- 17 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 13 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
This is in anticipation of removing the Point type entirely. Instead, we will use the fixed.Point26_6 type from golang.org/x/image/math/fixed.
-
- 12 8月, 2015 4 次提交
- 11 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
We use git and github now, not hg and code.google.com.
-
- 09 3月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
Fixes issue 16. LGTM=crawshaw R=crawshaw CC=golang-codereviews, philipz https://codereview.appspot.com/209280043
-
- 24 2月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
This code dates from before Go 1.0. LGTM=crawshaw R=crawshaw CC=golang-codereviews https://codereview.appspot.com/206860043
-
- 07 11月, 2014 2 次提交
-
-
由 Nigel Tao 提交于
of standard fonts like Deja Vu Sans Oblique. LGTM=bsiegert R=bsiegert CC=golang-codereviews https://codereview.appspot.com/164660043
-
由 Nigel Tao 提交于
Fixes issue 12. Fixes issue 13. LGTM=bsiegert R=bsiegert CC=golang-codereviews https://codereview.appspot.com/164650043
-
- 06 2月, 2014 1 次提交
-
-
由 Nigel Tao 提交于
LGTM=bsiegert R=bsiegert CC=golang-codereviews https://codereview.appspot.com/60380043
-
- 01 2月, 2014 1 次提交
-
-
由 Nigel Tao 提交于
hide the Hinter implementation in the freetype/truetype package. LGTM=bsiegert R=bsiegert CC=golang-codereviews https://codereview.appspot.com/58940043
-
- 30 1月, 2014 1 次提交
-
-
由 Nigel Tao 提交于
LGTM=bsiegert R=bsiegert CC=golang-codereviews https://codereview.appspot.com/54730043
-
- 21 1月, 2014 1 次提交
-
-
由 Nigel Tao 提交于
Also delete "q means that that opcode is not yet implemented", as all valid opcodes are now implemented. R=bsiegert CC=golang-codereviews https://codereview.appspot.com/53050044
-
- 20 1月, 2014 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-codereviews https://codereview.appspot.com/51760043
-
- 14 1月, 2014 1 次提交
-
-
由 Nigel Tao 提交于
The logic is a little clunky, but as before, let's get it right first, then get it clean once we have a full battery of tests. R=bsiegert CC=golang-codereviews https://codereview.appspot.com/50910043
-
- 21 12月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-codereviews, remyoudompheng https://codereview.appspot.com/39440045
-
- 20 12月, 2013 1 次提交
-
-
由 Russ Cox 提交于
See this thread for background: https://groups.google.com/forum/#!topic/golang-dev/xG7vPi21r8g R=golang-codereviews, r CC=golang-codereviews https://codereview.appspot.com/36380046
-
- 16 12月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/40690045
-
- 05 12月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
rounding. Pass all the hinting tests. Hooray! Removing the hintingBrokenAt field will be a follow-up CL. R=bsiegert, remyoudompheng, jeremyjackins CC=golang-dev https://codereview.appspot.com/36880043
-
- 04 12月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/36300043
-
- 03 12月, 2013 2 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/36220043
-
由 Nigel Tao 提交于
The very subtle pp1x versus phantomPoints[0].X distinction is pretty ugly code, but let's get all the tests passing first, so that we can refactor with confidence. R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/35850043
-
- 30 11月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/34790045
-
- 29 11月, 2013 2 次提交
-
-
由 Nigel Tao 提交于
*before* hinting. R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/35070044
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/34700043
-
- 28 11月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/33650044
-
- 27 11月, 2013 2 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/33750043
-
由 Nigel Tao 提交于
opcodes. Calculate dot product with 32-bit math to match C Freetype's rounding. R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/32740043
-
- 26 11月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
2nd / 4th phantom point rounding. R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/32040043
-
- 21 11月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
opcodes. R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/29510043
-
- 07 11月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
Successfully hint all of DejaVu Sans Oblique, barring 4 exceptions that are errors in the upstream C Freetype project. See http://lists.nongnu.org/archive/html/freetype/2013-11/msg00004.html for details. R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/21580044
-
- 05 11月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
Also add API for vertical metrics. R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/21330043
-
- 30 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev, remyoudompheng https://codereview.appspot.com/19090043
-