Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(905)

Issue 1121045: code review 1121045: Freetype-Go: new freetype package to provide a convenie... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by nigeltao
Modified:
14 years, 4 months ago
Reviewers:
CC:
r, rsc, golang-dev
Visibility:
Public.

Description

Freetype-Go: new freetype package to provide a convenience API to 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.

Patch Set 1 #

Patch Set 2 : code review 1121045: Freetype-Go: new freetype package to provide a convenie... #

Patch Set 3 : code review 1121045: Freetype-Go: new freetype package to provide a convenie... #

Patch Set 4 : code review 1121045: Freetype-Go: new freetype package to provide a convenie... #

Total comments: 32

Patch Set 5 : code review 1121045: Freetype-Go: new freetype package to provide a convenie... #

Total comments: 2

Patch Set 6 : code review 1121045: Freetype-Go: new freetype package to provide a convenie... #

Patch Set 7 : code review 1121045: Freetype-Go: new freetype package to provide a convenie... #

Patch Set 8 : code review 1121045: Freetype-Go: new freetype package to provide a convenie... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+566 lines, -73 lines) Patch
A example/freetype/main.go View 1 2 3 4 5 6 7 1 chunk +127 lines, -0 lines 0 comments Download
M example/gamma/main.go View 2 chunks +4 lines, -3 lines 0 comments Download
M example/raster/main.go View 1 chunk +4 lines, -2 lines 0 comments Download
M example/truetype/main.go View 2 chunks +2 lines, -2 lines 0 comments Download
A freetype/Makefile View 1 chunk +13 lines, -0 lines 0 comments Download
A freetype/freetype.go View 1 2 3 4 5 6 7 1 chunk +248 lines, -0 lines 0 comments Download
M freetype/raster/paint.go View 5 chunks +146 lines, -46 lines 0 comments Download
M freetype/raster/raster.go View 4 chunks +11 lines, -9 lines 0 comments Download
M freetype/truetype/truetype.go View 5 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 7
nigeltao
Hello r, rsc, I'd like you to review this change.
14 years, 4 months ago (2010-05-12 07:46:57 UTC) #1
nigeltao
CC golang-dev@googlegroups.com.
14 years, 4 months ago (2010-05-12 07:50:09 UTC) #2
r
http://codereview.appspot.com/1121045/diff/9001/10005 File freetype/freetype.go (right): http://codereview.appspot.com/1121045/diff/9001/10005#newcode6 freetype/freetype.go:6: // The freetype package provides a convenience API to ...
14 years, 4 months ago (2010-05-12 20:08:56 UTC) #3
nigeltao
http://codereview.appspot.com/1121045/diff/9001/10005 File freetype/freetype.go (right): http://codereview.appspot.com/1121045/diff/9001/10005#newcode6 freetype/freetype.go:6: // The freetype package provides a convenience API to ...
14 years, 4 months ago (2010-05-13 01:30:14 UTC) #4
r
LGTM i still have reservations about the context idea but without a counterproposal we might ...
14 years, 4 months ago (2010-05-13 21:21:49 UTC) #5
nigeltao
*** Submitted as http://code.google.com/p/freetype-go/source/detail?r=f14d8dac603e *** Freetype-Go: new freetype package to provide a convenience API to ...
14 years, 4 months ago (2010-05-14 03:30:34 UTC) #6
nigeltao_gnome
14 years, 4 months ago (2010-05-18 07:53:10 UTC) #7
On 13 May 2010 14:21,  <r@golang.org> wrote:
> i still have reservations about the context idea but without a
> counterproposal we might as well move on

Just a thought: rename Context to Canvas.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b