From: jshin Date: Tue, 12 May 2015 19:08:36 +0000 (-0700) Subject: Make Noto Sans Mono CJK JP an alias to MS Gothic X-Git-Tag: submit/tizen/20180928.044319~2431 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd4e56849ee832c862314744d60e669a265eaacc;p=platform%2Fupstream%2FlibSkiaSharp.git Make Noto Sans Mono CJK JP an alias to MS Gothic This CL works together with the following CrOS CL: https://chromium-review.googlesource.com/#/c/269899/ BUG=chromium:486164 TEST=With the above CrOS CL, 'MS Gothic' in CSS is replaced by 'Noto Sans Mono CJK JP'. Review URL: https://codereview.chromium.org/1134853002 --- diff --git a/src/ports/SkFontConfigInterface_direct.cpp b/src/ports/SkFontConfigInterface_direct.cpp index 5d4aca905b..239a7905ed 100644 --- a/src/ports/SkFontConfigInterface_direct.cpp +++ b/src/ports/SkFontConfigInterface_direct.cpp @@ -229,6 +229,7 @@ FontEquivClass GetFontEquivClass(const char* fontname) { GOTHIC, "MS Gothic" }, { GOTHIC, "\xef\xbc\xad\xef\xbc\xb3 " "\xe3\x82\xb4\xe3\x82\xb7\xe3\x83\x83\xe3\x82\xaf" }, + { GOTHIC, "Noto Sans Mono CJK JP" }, { GOTHIC, "IPAGothic" }, { GOTHIC, "MotoyaG04GothicMono" },