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

Issue 21716005: Add getFamilyNames to SkTypeface. (Closed)

Created:
7 years, 4 months ago by bungeman-skia
Modified:
7 years, 4 months ago
Reviewers:
robertphillips, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Update Mac and Linux. #

Patch Set 6 : Add required virtual destructor. #

Total comments: 1

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -17 lines) Patch
M include/core/SkTypeface.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M src/core/SkTypeface.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M src/fonts/SkGScalerContext.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/fonts/SkGScalerContext.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M src/ports/SkFontHost_FreeType.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/ports/SkFontHost_FreeType_common.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/ports/SkFontHost_mac.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/ports/SkFontHost_win.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M src/ports/SkFontHost_win_dw.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M tests/FontNamesTest.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
bungeman-skia
This adds getFamilyNames to SkTypeface. Most of the implementations are fairly straight forward, I imagine ...
7 years, 4 months ago (2013-08-05 20:29:24 UTC) #1
reed1
https://codereview.chromium.org/21716005/diff/15001/include/core/SkTypeface.h File include/core/SkTypeface.h (right): https://codereview.chromium.org/21716005/diff/15001/include/core/SkTypeface.h#newcode230 include/core/SkTypeface.h:230: virtual bool next() = 0; I vote for a ...
7 years, 4 months ago (2013-08-05 20:45:34 UTC) #2
bungeman-skia
https://codereview.chromium.org/21716005/diff/15001/include/core/SkTypeface.h File include/core/SkTypeface.h (right): https://codereview.chromium.org/21716005/diff/15001/include/core/SkTypeface.h#newcode230 include/core/SkTypeface.h:230: virtual bool next() = 0; On 2013/08/05 20:45:34, reed1 ...
7 years, 4 months ago (2013-08-06 15:48:22 UTC) #3
bungeman-skia
Committed patchset #5 manually as r10589 (presubmit successful).
7 years, 4 months ago (2013-08-06 22:53:58 UTC) #4
bungeman-skia
Committed patchset #6 manually as r10592 (presubmit successful).
7 years, 4 months ago (2013-08-07 02:45:30 UTC) #5
reed1
https://codereview.chromium.org/21716005/diff/26002/include/core/SkTypeface.h File include/core/SkTypeface.h (right): https://codereview.chromium.org/21716005/diff/26002/include/core/SkTypeface.h#newcode242 include/core/SkTypeface.h:242: LocalizedStrings* getFamilyNames() const; Perhaps copyFamilyNames() would be clearer that ...
7 years, 4 months ago (2013-08-07 12:06:41 UTC) #6
bungeman-skia
Committed patchset #7 manually as r10608 (presubmit successful).
7 years, 4 months ago (2013-08-07 15:46:33 UTC) #7
robertphillips
This was reverted in r10609 due to compilation errors.
7 years, 4 months ago (2013-08-07 15:57:12 UTC) #8
bungeman-skia
7 years, 4 months ago (2013-08-07 17:09:26 UTC) #9
Message was sent while issue was closed.
Committed patchset #8 manually as r10615 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698