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

Issue 5616047: CreateTypefaceFromStream for GDI. (Closed)

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

Patch Set 1 #

Patch Set 2 : Cleaned up. #

Patch Set 3 : Buffer checks and cleanup. #

Patch Set 4 : A bit of magic so stream typefaces are not held directly by the typeface cache. #

Patch Set 5 : Move Base64 with r3148; add tables with r3150. #

Patch Set 6 : Rebaselined. #

Total comments: 8

Patch Set 7 : Address comments. #

Patch Set 8 : Split out font rename. #

Total comments: 4

Patch Set 9 : Address comments and add clarifications. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+447 lines, -37 lines) Patch
M gyp/tests.gyp View 1 2 3 4 5 2 chunks +9 lines, -0 lines 0 comments Download
M src/ports/SkFontHost_win.cpp View 1 2 3 4 5 6 7 8 7 chunks +172 lines, -37 lines 0 comments Download
M src/sfnt/SkOTUtils.h View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
M src/sfnt/SkOTUtils.cpp View 1 2 3 4 5 6 7 8 2 chunks +137 lines, -0 lines 1 comment Download
M src/sfnt/SkSFNTHeader.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A tests/FontHostStreamTest.cpp View 1 chunk +109 lines, -0 lines 0 comments Download

Messages

Total messages: 8
bungeman
This is more or less how webfonts are currently handled in Chromium, but the code ...
12 years, 7 months ago (2012-02-06 20:26:01 UTC) #1
bungeman
Now that all the pre-requisites are out of the way, this is something that might ...
12 years, 3 months ago (2012-05-17 20:48:55 UTC) #2
reed1
hmmm. can we move the renaming functionality into its own file? http://codereview.appspot.com/5616047/diff/16001/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (left): ...
12 years, 3 months ago (2012-05-17 20:59:34 UTC) #3
bungeman
Additionally, I will take a look at splitting this out into another file http://codereview.appspot.com/5616047/diff/16001/src/ports/SkFontHost_win.cpp File ...
12 years, 3 months ago (2012-05-17 21:46:19 UTC) #4
bungeman
Split out the font rename code.
12 years, 3 months ago (2012-05-18 13:51:23 UTC) #5
reed1
better http://codereview.appspot.com/5616047/diff/24001/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (right): http://codereview.appspot.com/5616047/diff/24001/src/ports/SkFontHost_win.cpp#newcode1386 src/ports/SkFontHost_win.cpp:1386: */ can fontData be const? http://codereview.appspot.com/5616047/diff/24001/src/sfnt/SkOTUtils.h File src/sfnt/SkOTUtils.h ...
12 years, 3 months ago (2012-05-18 14:07:35 UTC) #6
bungeman
Perhaps a little less ugly now? http://codereview.appspot.com/5616047/diff/24001/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (right): http://codereview.appspot.com/5616047/diff/24001/src/ports/SkFontHost_win.cpp#newcode1386 src/ports/SkFontHost_win.cpp:1386: */ On 2012/05/18 ...
12 years, 3 months ago (2012-05-18 18:34:48 UTC) #7
bungeman
12 years, 3 months ago (2012-05-18 19:31:27 UTC) #8
Committed revision r4001 and r4002.
Sign in to reply to this message.

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