Commit 318d23ab authored by kojii's avatar kojii Committed by Commit bot

Make PMingLiu-ExtB the same minAntiAliasSizeForFont settings as PMingLiu

This patch make "pmingliu-extb" font family to have the same
minAntiAliasSizeForFont settings as "pmingliu". These two fonts are the
same family except the code point coverage, and thus should have the
same rendering characteristics.

BUG=575094

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

Cr-Commit-Position: refs/heads/master@{#376139}
parent 7e5dae45
...@@ -382,7 +382,8 @@ PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescrip ...@@ -382,7 +382,8 @@ PassOwnPtr<FontPlatformData> FontCache::createFontPlatformData(const FontDescrip
{ L"simsun", 11 }, { L"simsun", 11 },
{ L"dotum", 12 }, { L"dotum", 12 },
{ L"gulim", 12 }, { L"gulim", 12 },
{ L"pmingliu", 11 } { L"pmingliu", 11 },
{ L"pmingliu-extb", 11 }
}; };
size_t numFonts = WTF_ARRAY_LENGTH(minAntiAliasSizeForFont); size_t numFonts = WTF_ARRAY_LENGTH(minAntiAliasSizeForFont);
for (size_t i = 0; i < numFonts; i++) { for (size_t i = 0; i < numFonts; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment