- 10 4月, 2016 1 次提交
-
-
由 Nigel Tao 提交于
The golang-dev discussion is at https://groups.google.com/d/topic/golang-dev/qKpxZiNABcY/discussion
-
- 24 3月, 2016 1 次提交
-
-
由 Nigel Tao 提交于
A recent change added a Metrics method to the font.Face interface.
-
- 01 9月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 30 8月, 2015 3 次提交
-
-
由 Nigel Tao 提交于
The slice Foos is plural; it refers to multiple elements. The element Foos[i] is the i'th Foo.
-
由 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.
-
由 Nigel Tao 提交于
The zero value of a GlyphBuf is already perfectly usable.
-
- 24 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 20 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 18 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 12 8月, 2015 2 次提交
- 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
-
- 04 10月, 2013 1 次提交
-
-
由 Nigel Tao 提交于
testdata/, in anticipation of having other test data. R=dsymonds CC=bsiegert, golang-dev https://codereview.appspot.com/14361044
-
- 25 7月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
to package truetype. R=bsiegert CC=golang-dev http://codereview.appspot.com/6427062
-
- 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
-
- 15 10月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r, nigeltao_gnome, adg CC=golang-dev http://codereview.appspot.com/2527041
-
- 03 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
just version 2. The FTL (Freetype Licence) is still available. This matches the original Freetype library (written in C). This only expands and does not further restrict the licensing options available to users of the freetype-go library. R=adg CC=golang-dev http://codereview.appspot.com/1731049
-
- 14 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
draw text onto an image. This is a simple API that doesn't handle line breaking, ligatures, right-to-left or vertical scripts, and other fancy features. R=r, rsc CC=golang-dev http://codereview.appspot.com/1121045
-
- 04 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
Parsing a malformed TTF may result in an index out-of-bounds panic, rather than guaranteeing to return an error. This may be tightened in the future. R=r, rsc CC=golang-dev http://codereview.appspot.com/940044
-