- 09 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert, r CC=golang-dev https://codereview.appspot.com/14414044
-
- 04 10月, 2013 2 次提交
-
-
由 Nigel Tao 提交于
testdata/, in anticipation of having other test data. R=dsymonds CC=bsiegert, golang-dev https://codereview.appspot.com/14361044
-
由 Nigel Tao 提交于
We now match Freetype C exactly for hinting luxisr.ttf. Yay. R=bsiegert CC=golang-dev https://codereview.appspot.com/14336044
-
- 03 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
value and the MDRP instruction's use of the single-width value. R=bsiegert CC=golang-dev https://codereview.appspot.com/14273043
-
- 02 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
Hinter's state, instead of having a glyph shrink and restore its points around hinting. R=bsiegert CC=golang-dev https://codereview.appspot.com/14203043
-
- 01 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/14117043
-
- 29 9月, 2013 2 次提交
-
-
由 Nigel Tao 提交于
Freetype implementation. The spec is the "Order of rounding operations" part of https://developer.apple.com/fonts/TTRefMan/RM02/Chap2.html#rounding but it wasn't exactly clear to me what "the negative round value closest to zero" was: if the phase is 1/4, was that value -1/4 or -3/4? Anyway, the Go code now follows the C code, and code trumps documentation. R=bsiegert CC=golang-dev https://codereview.appspot.com/14092044
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/13965043
-
- 24 9月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/13855043
-
- 31 8月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
We can now hint the .notdef glyph from luxisr.ttf. Yay. R=bsiegert CC=golang-dev https://codereview.appspot.com/12829048
-
- 13 8月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
Also add a test that freetype-go derives the same glyph points as the C freetype implementation. R=bsiegert CC=golang-dev https://codereview.appspot.com/12670046
-
- 02 8月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
These new opcodes aren't unit-tested per se, but they will be exercised by an end-to-end hinting test of the Luxi fonts. R=bsiegert CC=golang-dev https://codereview.appspot.com/12100043
-
- 30 7月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/11983043
-
- 25 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
to package truetype. R=bsiegert CC=golang-dev http://codereview.appspot.com/6427062
-
- 12 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
Also re-arrange some of the switch cases to be in opcode order. R=bsiegert CC=golang-dev http://codereview.appspot.com/6352097
-
- 11 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev http://codereview.appspot.com/6343091
-
- 09 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev http://codereview.appspot.com/6354080
-
- 06 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev http://codereview.appspot.com/6348079
-
- 05 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=gri, bsiegert CC=golang-dev http://codereview.appspot.com/6344079
-
- 04 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=gri CC=golang-dev http://codereview.appspot.com/6354067
-
- 03 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=gri, bsiegert CC=golang-dev http://codereview.appspot.com/6347057
-
- 16 6月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
Thanks to Jeff R. Allen <jra@nella.org> for the conversation that led to this change. benchmark old ns/op new ns/op delta BenchmarkDrawString 21168440 20143860 -4.84% The number of mallocs per iteration is unchanged. R=rsc, r CC=golang-dev, jra http://codereview.appspot.com/6304077
-
- 14 6月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=adg, rsc CC=golang-dev http://codereview.appspot.com/6306078
-
- 07 5月, 2012 5 次提交
-
-
由 Nigel Tao 提交于
R=dsymonds CC=golang-dev http://codereview.appspot.com/6202052
-
由 Nigel Tao 提交于
R=bradfitz CC=golang-dev http://codereview.appspot.com/6202051
-
由 Nigel Tao 提交于
No code changes, just a copy/paste. R=bradfitz CC=golang-dev http://codereview.appspot.com/6201052
-
由 Nigel Tao 提交于
.TTF files) R=bradfitz CC=golang-dev http://codereview.appspot.com/6194050
-
由 Nigel Tao 提交于
I'm not sure why I put that limit in in the first place. I can't find that limit in either the C Freetype code or the TTF spec. R=bradfitz CC=golang-dev http://codereview.appspot.com/6201043
-
- 04 5月, 2012 2 次提交
-
-
由 Nigel Tao 提交于
R=bradfitz CC=golang-dev http://codereview.appspot.com/6199043
-
由 Nigel Tao 提交于
file offset. R=bradfitz CC=golang-dev http://codereview.appspot.com/6198043
-
- 04 2月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc, dave CC=golang-dev http://codereview.appspot.com/5629046
-
- 23 12月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
Also update freetype/truetype for s/int/rune/. R=rsc, bradfitz CC=golang-dev http://codereview.appspot.com/5505067
-
- 08 11月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc, r CC=golang-dev http://codereview.appspot.com/5339048
-
- 06 10月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r, rsc CC=golang-dev http://codereview.appspot.com/5166052
-
- 14 9月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc CC=golang-dev http://codereview.appspot.com/4996046
-
- 18 7月, 2011 2 次提交
-
-
由 Andrew Gerrand 提交于
R=nigeltao CC=golang-dev http://codereview.appspot.com/4762044
-
由 Andrew Gerrand 提交于
R=nigeltao CC=golang-dev http://codereview.appspot.com/4765041
-
- 12 7月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4702041
-
- 10 7月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4675071
-
- 16 6月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4620044
-