- 19 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/14802046
-
- 17 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
Also increase the maximum recursion depth from 4 to 8, since some x-deja-vu-sans-oblique glyphs are actually depth 4. It's an arbitrary limit. The C Freetype code doesn't seem to limit recursion (below whatever the font says it needs), but it seems safer to have a limit. R=bsiegert CC=golang-dev https://codereview.appspot.com/14494062
-
- 16 10月, 2013 2 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/14425064
-
由 Nigel Tao 提交于
one more test case. R=bsiegert CC=golang-dev https://codereview.appspot.com/14691043
-
- 15 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/14641043
-
- 13 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
"go test" drops from 5.203s to 0.474s. R=bsiegert CC=golang-dev https://codereview.appspot.com/14566047
-
- 12 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/14604044
-
- 11 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
R=bsiegert CC=golang-dev https://codereview.appspot.com/14548046
-
- 10 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
points accordingly. Yes, it's a mess, but let's pass the tests first, and then refactor. R=bsiegert CC=golang-dev https://codereview.appspot.com/14419052
-
- 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
-