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

Issue 14203043: code review 14203043: freetype/truetype: make a (sub-)glyph's points an expli... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by nigeltao
Modified:
10 years, 9 months ago
Reviewers:
bsiegert
CC:
bsiegert, golang-dev
Visibility:
Public.

Description

freetype/truetype: make a (sub-)glyph's points an explicit part of a Hinter's state, instead of having a glyph shrink and restore its points around hinting.

Patch Set 1 #

Patch Set 2 : diff -r 6467882513d3 https://code.google.com/p/freetype-go #

Patch Set 3 : diff -r 6467882513d3 https://code.google.com/p/freetype-go #

Total comments: 6

Patch Set 4 : diff -r 6467882513d3 https://code.google.com/p/freetype-go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -96 lines) Patch
M freetype/truetype/glyph.go View 1 2 3 2 chunks +3 lines, -13 lines 0 comments Download
M freetype/truetype/hint.go View 1 2 3 18 chunks +69 lines, -80 lines 0 comments Download
M freetype/truetype/hint_test.go View 1 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 4
nigeltao
Hello bsiegert@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/freetype-go
10 years, 9 months ago (2013-10-01 12:13:43 UTC) #1
bsiegert
LGTM https://codereview.appspot.com/14203043/diff/5001/freetype/truetype/glyph.go File freetype/truetype/glyph.go (right): https://codereview.appspot.com/14203043/diff/5001/freetype/truetype/glyph.go#newcode278 freetype/truetype/glyph.go:278: err := h.run( Put the call on one ...
10 years, 9 months ago (2013-10-01 14:02:00 UTC) #2
nigeltao
https://codereview.appspot.com/14203043/diff/5001/freetype/truetype/glyph.go File freetype/truetype/glyph.go (right): https://codereview.appspot.com/14203043/diff/5001/freetype/truetype/glyph.go#newcode278 freetype/truetype/glyph.go:278: err := h.run( On 2013/10/01 14:02:00, bsiegert wrote: > ...
10 years, 9 months ago (2013-10-02 10:36:06 UTC) #3
nigeltao
10 years, 9 months ago (2013-10-02 10:37:22 UTC) #4
*** Submitted as
https://code.google.com/p/freetype-go/source/detail?r=1acc6d57c87a ***

freetype/truetype: make a (sub-)glyph's points an explicit part of a
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
Sign in to reply to this message.

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