- 10 4月, 2016 1 次提交
-
-
由 Nigel Tao 提交于
The golang-dev discussion is at https://groups.google.com/d/topic/golang-dev/qKpxZiNABcY/discussion
-
- 01 9月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 25 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
This is in anticipation of caching glyph images. Quantization means that cache hits are more likely. Also make NewFace take an *Options instead of an Options.
-
- 24 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 22 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
Its implementation is mostly a copy/paste of the freetype.Context type. Follow-up commits will make it more efficient. Also add an example that uses a truetype.Face and the golang.org/x/exp/shiny/font package to draw text.
-
- 20 8月, 2015 1 次提交
-
-
由 Nigel Tao 提交于
-
- 18 8月, 2015 2 次提交
- 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
-
- 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
-
- 16 6月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4620044
-
- 11 4月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=adg, r2 CC=golang-dev http://codereview.appspot.com/4386048
-
- 21 1月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=adg, r2 CC=golang-dev http://codereview.appspot.com/4040045
-
- 15 10月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r, nigeltao_gnome, adg CC=golang-dev http://codereview.appspot.com/2527041
-
- 15 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
context state. Also rename DrawText to DrawString. R=r CC=golang-dev http://codereview.appspot.com/2208041
-
- 13 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/2171045
-
- 09 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
A freetype.Context now has dst and src image setters and the notion of a current point, instead of having to pass a painter and pt to DrawText. R=r, rsc CC=golang-dev http://codereview.appspot.com/2169041
-
- 27 8月, 2010 2 次提交
-
-
由 Nigel Tao 提交于
instead of at 1em above the baseline. R=r CC=golang-dev http://codereview.appspot.com/2042041
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/1961046
-
- 10 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r, adg CC=golang-dev http://codereview.appspot.com/1850041
-
- 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
-
- 01 7月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc CC=golang-dev, rog http://codereview.appspot.com/1686048
-
- 28 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
a Context can now take any Painter during DrawText. R=r CC=rog, golang-dev http://codereview.appspot.com/1341041
-
- 20 5月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/1236042
-
- 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
-