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

Issue 7635045: Use correct metrics for GDI glyphs. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by bungeman
Modified:
11 years, 4 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Use correct metrics for GDI glyphs.

Patch Set 1 #

Patch Set 2 : Without debug code. #

Patch Set 3 : Remove unintended change. #

Patch Set 4 : Only double-check for empty when needed. #

Total comments: 2

Patch Set 5 : Comment the matrix. #

Patch Set 6 : The correct CL. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -185 lines) Patch
M src/ports/SkFontHost_win.cpp View 1 2 3 4 5 9 chunks +111 lines, -185 lines 0 comments Download

Messages

Total messages: 3
bungeman
This is a cleaned up version of https://codereview.chromium.org/12391045/ with some additional changes. The motivation for ...
11 years, 4 months ago (2013-03-08 23:08:29 UTC) #1
reed1
lgtm w/ request for comments around negations https://codereview.appspot.com/7635045/diff/8001/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (right): https://codereview.appspot.com/7635045/diff/8001/src/ports/SkFontHost_win.cpp#newcode616 src/ports/SkFontHost_win.cpp:616: fMat22.eM12 = ...
11 years, 4 months ago (2013-03-11 12:10:47 UTC) #2
bungeman
11 years, 4 months ago (2013-03-11 19:01:54 UTC) #3
Message was sent while issue was closed.
Committed revision 8069.

https://codereview.appspot.com/7635045/diff/8001/src/ports/SkFontHost_win.cpp
File src/ports/SkFontHost_win.cpp (right):

https://codereview.appspot.com/7635045/diff/8001/src/ports/SkFontHost_win.cpp...
src/ports/SkFontHost_win.cpp:616: fMat22.eM12 = float2FIXED(-fXform.eM12);
On 2013/03/11 12:10:47, reed1 wrote:
> I think we should have some sort of comment here, or reference to a block
> comment somewhere, detailing why we negate the entries that we do. Same for
the
> code at 637.

Done.
Sign in to reply to this message.

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