Add Segoe UI and its set of linked fonts to the font back list on Windows.
commit4ceae8dcde9e2f60577681fe747bbbb7ce017d3d
authorananta <ananta@chromium.org>
Wed, 18 Mar 2015 04:52:54 +0000 (17 21:52 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Mar 2015 04:53:38 +0000 (18 04:53 +0000)
tree55d6ca6516b92c63862125b8620714126e3a8a03
parente7b4233be5698604ef4466d2f76dfd84bfb96542
Add Segoe UI and its set of linked fonts to the font back list on Windows.

This is to attempt to fallback to a font which could help render text on Windows installations where the
default font is a raster font like System, etc.

Segoe UI provides fallbacks for Korean, Japanese, Chinese, Armenian, etc.

While this would not cover all cases, it is a reasonable addition.

BUG=467459
TEST=Install Windows 7 Korean edition. Change the system font to system. Run Chrome without this fix. Navigate to some korean websites. Observe that the tab title shows up empty. With this fix the title should render correctly.

Review URL: https://codereview.chromium.org/1009533003

Cr-Commit-Position: refs/heads/master@{#321077}
ui/gfx/render_text_harfbuzz.cc