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

Issue 147108: Linux: fix double italic on some fonts. (Closed)

Created:
11 years, 6 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux: fix double italic on some fonts. If we ask fontconfig for an italic font, it might take a roman font and set the undocumented property FC_MATRIX to a skew matrix. It'll then say that the font is italic or oblique. So, if we see a matrix, we don't believe that it's italic. BUG=15212

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M skia/ext/SkFontHost_fontconfig_direct.cpp View 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
agl
11 years, 6 months ago (2009-06-24 21:30:49 UTC) #1
Evan Martin
11 years, 6 months ago (2009-06-24 21:43:28 UTC) #2
OK

Powered by Google App Engine
This is Rietveld 408576698