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

Issue 12670046: code review 12670046: freetype: respect the ROUND_XY_TO_GRID compound glyph flag. (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: respect the ROUND_XY_TO_GRID compound glyph flag. Also add a test that freetype-go derives the same glyph points as the C freetype implementation.

Patch Set 1 #

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

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

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

Total comments: 6

Patch Set 5 : diff -r eaf11fb9761a https://code.google.com/p/freetype-go #

Patch Set 6 : diff -r eaf11fb9761a https://code.google.com/p/freetype-go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+931 lines, -19 lines) Patch
A cmd/print-glyph-points/main.c View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
M freetype/truetype/glyph.go View 1 7 chunks +28 lines, -19 lines 0 comments Download
M freetype/truetype/truetype_test.go View 1 2 chunks +66 lines, -0 lines 0 comments Download
M luxi-fonts/README View 1 1 chunk +2 lines, -0 lines 0 comments Download
A luxi-fonts/luxisr-12pt-sans-hinting.txt View 1 1 chunk +391 lines, -0 lines 0 comments Download
A luxi-fonts/luxisr-12pt-with-hinting.txt View 1 1 chunk +391 lines, -0 lines 0 comments Download

Messages

Total messages: 5
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-08-11 05:15:27 UTC) #1
bsiegert
https://codereview.appspot.com/12670046/diff/9001/cmd/print-glyph-points/main.c File cmd/print-glyph-points/main.c (right): https://codereview.appspot.com/12670046/diff/9001/cmd/print-glyph-points/main.c#newcode37 cmd/print-glyph-points/main.c:37: printf("FT_Load_Glyph: error #%d\n", error); Mention i in the error ...
10 years, 9 months ago (2013-08-11 12:54:08 UTC) #2
nigeltao
https://codereview.appspot.com/12670046/diff/9001/cmd/print-glyph-points/main.c File cmd/print-glyph-points/main.c (right): https://codereview.appspot.com/12670046/diff/9001/cmd/print-glyph-points/main.c#newcode37 cmd/print-glyph-points/main.c:37: printf("FT_Load_Glyph: error #%d\n", error); On 2013/08/11 12:54:09, bsiegert wrote: ...
10 years, 9 months ago (2013-08-11 22:58:39 UTC) #3
bsiegert
LGTM > https://codereview.appspot.**com/12670046/diff/9001/** > freetype/truetype/truetype_**test.go<https://codereview.appspot.com/12670046/diff/9001/freetype/truetype/truetype_test.go> > File freetype/truetype/truetype_**test.go (right): > > https://codereview.appspot.**com/12670046/diff/9001/** > freetype/truetype/truetype_**test.go#newcode135<https://codereview.appspot.com/12670046/diff/9001/freetype/truetype/truetype_test.go#newcode135> > ...
10 years, 9 months ago (2013-08-12 06:57:57 UTC) #4
nigeltao
10 years, 9 months ago (2013-08-13 11:09:19 UTC) #5
*** Submitted as
https://code.google.com/p/freetype-go/source/detail?r=38e23dc4a845 ***

freetype: respect the ROUND_XY_TO_GRID compound glyph flag.

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
Sign in to reply to this message.

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