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

Issue 492763003: Lookup glyphs based on character code and language tag. (Closed)

Created:
6 years, 4 months ago by djsollen
Modified:
6 years, 3 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Lookup glyphs based on character code and language tag. This is particularly important on Android where we expect the FontManager to return different glyphs for the same character code depending on language. BUG=skia:2829 Committed: https://skia.googlesource.com/skia/+/0d393a92ca6c1a328e4fa0c4b311916789659de5

Patch Set 1 #

Total comments: 3

Patch Set 2 : addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1 line) Patch
M gm/fontmgr.cpp View 1 3 chunks +32 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
djsollen
6 years, 4 months ago (2014-08-21 20:03:49 UTC) #1
tomhudson
lgtm https://codereview.chromium.org/492763003/diff/1/gm/fontmgr.cpp File gm/fontmgr.cpp (right): https://codereview.chromium.org/492763003/diff/1/gm/fontmgr.cpp#newcode36 gm/fontmgr.cpp:36: x = drawString(canvas, ch, x, y, paint) + ...
6 years, 4 months ago (2014-08-21 20:24:41 UTC) #2
bungeman-skia
lgtm
6 years, 4 months ago (2014-08-21 21:53:46 UTC) #3
tomhudson
The CQ bit was checked by tomhudson@google.com
6 years, 4 months ago (2014-08-22 11:40:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/492763003/1
6 years, 4 months ago (2014-08-22 11:40:12 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot on tryserver.skia ...
6 years, 4 months ago (2014-08-22 11:46:25 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 11:49:02 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot/builds/322)
6 years, 4 months ago (2014-08-22 11:49:03 UTC) #8
bungeman-skia
On 2014/08/22 11:49:03, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 4 months ago (2014-08-22 13:41:09 UTC) #9
djsollen
The CQ bit was checked by djsollen@google.com
6 years, 3 months ago (2014-08-26 15:33:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/492763003/1
6 years, 3 months ago (2014-08-26 15:33:41 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot on tryserver.skia ...
6 years, 3 months ago (2014-08-26 15:39:11 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-26 15:42:21 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot/builds/365)
6 years, 3 months ago (2014-08-26 15:42:22 UTC) #14
djsollen
ben, this looks to be failing in your new fontconfig impl.
6 years, 3 months ago (2014-08-26 15:44:22 UTC) #15
bungeman-skia
https://codereview.chromium.org/492763003/diff/1/gm/fontmgr.cpp File gm/fontmgr.cpp (right): https://codereview.chromium.org/492763003/diff/1/gm/fontmgr.cpp#newcode42 gm/fontmgr.cpp:42: typeface->getFamilyName(&familyName); 'typeface' can be NULL here if 'matchFamilyStyleCharacter' returns ...
6 years, 3 months ago (2014-08-26 21:15:44 UTC) #16
bungeman-skia
https://codereview.chromium.org/492763003/diff/1/gm/fontmgr.cpp File gm/fontmgr.cpp (right): https://codereview.chromium.org/492763003/diff/1/gm/fontmgr.cpp#newcode43 gm/fontmgr.cpp:43: SkTypeface* typefaceCopy = fm->legacyCreateTypeface(familyName.c_str(), SkTypeface::kNormal); Instead of 'SkTypeface::kNormal', you ...
6 years, 3 months ago (2014-08-26 21:55:36 UTC) #17
djsollen
The CQ bit was checked by djsollen@google.com
6 years, 3 months ago (2014-08-27 13:56:08 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/492763003/20001
6 years, 3 months ago (2014-08-27 13:56:42 UTC) #19
commit-bot: I haz the power
6 years, 3 months ago (2014-08-27 14:03:20 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (20001) as 0d393a92ca6c1a328e4fa0c4b311916789659de5

Powered by Google App Engine
This is Rietveld 408576698