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

Issue 1607083003: Allow custom font collection for DirectWrite font manager. (Closed)

Created:
4 years, 11 months ago by Ilya Kulshin
Modified:
4 years, 10 months ago
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add option to specify a font collection when creating a DirectWrite font manager. The corresponding Chromium change can be found at https://codereview.chromium.org/1591883002/ . TBR=reed This is a trivial and long planned addition to the API. Committed: https://skia.googlesource.com/skia/+/69d160326659dcf64e1584018b713631ddbc061c

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix refcount bug #

Total comments: 6

Patch Set 3 : More refactoring to remove an AddRef call #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M include/ports/SkTypeface_win.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/ports/SkFontMgr_win_dw.cpp View 1 2 3 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 35 (17 generated)
Ilya Kulshin
ptal.
4 years, 11 months ago (2016-01-19 21:18:26 UTC) #5
reed1
4 years, 11 months ago (2016-01-19 21:25:42 UTC) #7
reed1
4 years, 11 months ago (2016-01-19 21:25:57 UTC) #8
bungeman-skia
A great deal of DirectWrite, including parts of the factory, font collections, and font fallback ...
4 years, 11 months ago (2016-01-19 21:43:42 UTC) #9
Ilya Kulshin
Short of abandoning DirectWrite altogether (possible, but that is a large project with its own ...
4 years, 11 months ago (2016-01-19 21:57:44 UTC) #10
Ilya Kulshin
Ping...
4 years, 11 months ago (2016-01-27 22:08:44 UTC) #11
Ilya Kulshin
Ping...
4 years, 10 months ago (2016-01-29 19:44:19 UTC) #12
reed1
4 years, 10 months ago (2016-01-29 19:46:47 UTC) #14
bungeman-skia
https://codereview.chromium.org/1607083003/diff/1/src/ports/SkFontMgr_win_dw.cpp File src/ports/SkFontMgr_win_dw.cpp (right): https://codereview.chromium.org/1607083003/diff/1/src/ports/SkFontMgr_win_dw.cpp#newcode1086 src/ports/SkFontMgr_win_dw.cpp:1086: } I would write this whole block as SkTScopedComPtr<IDWriteFontCollection> ...
4 years, 10 months ago (2016-01-29 20:12:30 UTC) #15
Ilya Kulshin
https://codereview.chromium.org/1607083003/diff/1/src/ports/SkFontMgr_win_dw.cpp File src/ports/SkFontMgr_win_dw.cpp (right): https://codereview.chromium.org/1607083003/diff/1/src/ports/SkFontMgr_win_dw.cpp#newcode1086 src/ports/SkFontMgr_win_dw.cpp:1086: } On 2016/01/29 20:12:29, bungeman1 wrote: > I would ...
4 years, 10 months ago (2016-01-29 22:10:15 UTC) #16
bungeman-skia
https://codereview.chromium.org/1607083003/diff/20001/src/ports/SkFontMgr_win_dw.cpp File src/ports/SkFontMgr_win_dw.cpp (right): https://codereview.chromium.org/1607083003/diff/20001/src/ports/SkFontMgr_win_dw.cpp#newcode1081 src/ports/SkFontMgr_win_dw.cpp:1081: // non-null, so it is safe to use even ...
4 years, 10 months ago (2016-01-29 22:57:24 UTC) #17
Ilya Kulshin
https://codereview.chromium.org/1607083003/diff/20001/src/ports/SkFontMgr_win_dw.cpp File src/ports/SkFontMgr_win_dw.cpp (right): https://codereview.chromium.org/1607083003/diff/20001/src/ports/SkFontMgr_win_dw.cpp#newcode1081 src/ports/SkFontMgr_win_dw.cpp:1081: // non-null, so it is safe to use even ...
4 years, 10 months ago (2016-02-02 22:50:23 UTC) #18
bungeman-skia
lgtm
4 years, 10 months ago (2016-02-02 22:52:24 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1607083003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1607083003/40001
4 years, 10 months ago (2016-02-02 22:52:47 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1607083003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1607083003/40001
4 years, 10 months ago (2016-02-03 15:15:16 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/5994)
4 years, 10 months ago (2016-02-03 15:16:17 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1607083003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1607083003/40001
4 years, 10 months ago (2016-02-03 15:22:16 UTC) #33
commit-bot: I haz the power
4 years, 10 months ago (2016-02-03 15:22:55 UTC) #35
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/69d160326659dcf64e1584018b713631ddbc061c

Powered by Google App Engine
This is Rietveld 408576698