| Index: Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| diff --git a/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| index 394c4fa28cf7f05467a74ac9b69f99f15bc9138c..dd088b9660203240f4ffb59b094ea0374f400154 100644
|
| --- a/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| +++ b/Source/platform/fonts/win/FontCacheSkiaWin.cpp
|
| @@ -231,7 +231,8 @@ FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontD
|
| };
|
| const static FamilyMinSize minAntiAliasSizeForFont[] = {
|
| { L"simsun", 16 },
|
| - { L"dotum", 12 }
|
| + { L"dotum", 12 },
|
| + { L"gulim", 12 }
|
| };
|
| size_t numFonts = WTF_ARRAY_LENGTH(minAntiAliasSizeForFont);
|
| for (size_t i = 0; i < numFonts; i++) {
|
|
|