Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Issue 29363009: prototype for kerning api (Closed)

Created:
7 years, 2 months ago by reed1
Modified:
6 years, 8 months ago
Reviewers:
bungeman-skia, efidler1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -6 lines) Patch
M gm/typeface.cpp View 1 2 5 chunks +76 lines, -5 lines 0 comments Download
M include/core/SkTypeface.h View 1 2 3 3 chunks +26 lines, -0 lines 0 comments Download
M src/core/SkTypeface.cpp View 1 2 3 4 2 chunks +22 lines, -0 lines 1 comment Download
M src/ports/SkFontHost_FreeType.cpp View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M src/ports/SkFontHost_FreeType_common.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
reed1
7 years, 2 months ago (2013-10-23 15:56:27 UTC) #1
reed1
Skia has 4 core font backends : GDI, DirectWrite, CoreText, FreeType For kerning... GDI - ...
7 years, 2 months ago (2013-10-23 16:07:43 UTC) #2
reed1
7 years, 2 months ago (2013-10-23 16:16:38 UTC) #3
bungeman-skia
https://codereview.chromium.org/29363009/diff/1/include/core/SkTypeface.h File include/core/SkTypeface.h (right): https://codereview.chromium.org/29363009/diff/1/include/core/SkTypeface.h#newcode239 include/core/SkTypeface.h:239: * These values are in design units, which are ...
7 years, 2 months ago (2013-10-23 16:19:31 UTC) #4
efidler1
> > 1. Expose the low-level API in this CL, which would front for DirectWrite ...
7 years, 1 month ago (2013-10-25 12:24:33 UTC) #5
reed1
On 2013/10/25 12:24:33, efidler1 wrote: > > > > 1. Expose the low-level API in ...
7 years, 1 month ago (2013-10-25 14:28:06 UTC) #6
efidler1
Ok. Do you want me to implement the FreeType backend for this interface, or do ...
7 years, 1 month ago (2013-10-25 14:34:21 UTC) #7
reed1
On 2013/10/25 14:34:21, efidler1 wrote: > Ok. Do you want me to implement the FreeType ...
7 years, 1 month ago (2013-10-25 14:44:15 UTC) #8
efidler1
This is probably better, since the Blink text code uses Skia interfaces. I'd have to ...
7 years, 1 month ago (2013-10-25 14:50:49 UTC) #9
reed1
On 2013/10/25 14:50:49, efidler1 wrote: > This is probably better, since the Blink text code ...
7 years, 1 month ago (2013-10-25 14:56:14 UTC) #10
efidler1
any progress?
7 years, 1 month ago (2013-10-29 13:12:33 UTC) #11
reed1
ptal
7 years, 1 month ago (2013-10-29 19:29:59 UTC) #12
bungeman-skia
https://codereview.chromium.org/29363009/diff/160001/include/core/SkTypeface.h File include/core/SkTypeface.h (right): https://codereview.chromium.org/29363009/diff/160001/include/core/SkTypeface.h#newcode233 include/core/SkTypeface.h:233: * parameter is not NULL, then it must have ...
7 years, 1 month ago (2013-10-29 21:38:41 UTC) #13
reed1
ptal https://codereview.chromium.org/29363009/diff/160001/include/core/SkTypeface.h File include/core/SkTypeface.h (right): https://codereview.chromium.org/29363009/diff/160001/include/core/SkTypeface.h#newcode233 include/core/SkTypeface.h:233: * parameter is not NULL, then it must ...
7 years, 1 month ago (2013-10-30 13:59:37 UTC) #14
bungeman-skia
https://codereview.chromium.org/29363009/diff/230001/src/core/SkTypeface.cpp File src/core/SkTypeface.cpp (right): https://codereview.chromium.org/29363009/diff/230001/src/core/SkTypeface.cpp#newcode238 src/core/SkTypeface.cpp:238: if (count <= 1) { I think this conditional ...
7 years, 1 month ago (2013-10-30 14:52:12 UTC) #15
reed1
ptal https://codereview.chromium.org/29363009/diff/230001/src/core/SkTypeface.cpp File src/core/SkTypeface.cpp (right): https://codereview.chromium.org/29363009/diff/230001/src/core/SkTypeface.cpp#newcode238 src/core/SkTypeface.cpp:238: if (count <= 1) { On 2013/10/30 14:52:13, ...
7 years, 1 month ago (2013-10-30 14:57:41 UTC) #16
bungeman-skia
lgtm with spelling fixes https://codereview.chromium.org/29363009/diff/290001/src/core/SkTypeface.cpp File src/core/SkTypeface.cpp (right): https://codereview.chromium.org/29363009/diff/290001/src/core/SkTypeface.cpp#newcode239 src/core/SkTypeface.cpp:239: // chedk for the only ...
7 years, 1 month ago (2013-10-30 15:05:56 UTC) #17
reed1
7 years, 1 month ago (2013-10-30 15:07:08 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 manually as r12018 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698