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

Unified Diff: ui/gfx/test/fontconfig_util_linux.cc

Issue 2500063003: Replace kochi-*.ttf with IPA Fonts. (Reland)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/install-build-deps.sh ('K') | « docs/layout_tests_linux.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/test/fontconfig_util_linux.cc
diff --git a/ui/gfx/test/fontconfig_util_linux.cc b/ui/gfx/test/fontconfig_util_linux.cc
index fd1ac563fa0ea142384a750f0f9ab00c91873761..c3c67e5d1b5debc0777cdc7fa90e6761817d6517 100644
--- a/ui/gfx/test/fontconfig_util_linux.cc
+++ b/ui/gfx/test/fontconfig_util_linux.cc
@@ -15,8 +15,10 @@
namespace gfx {
const char* const kSystemFontsForFontconfig[] = {
- "/usr/share/fonts/truetype/kochi/kochi-gothic.ttf",
- "/usr/share/fonts/truetype/kochi/kochi-mincho.ttf",
+ "/usr/share/fonts/opentype/ipafont-gothic/ipag.ttf",
+ "/usr/share/fonts/opentype/ipafont-gothic/ipagp.ttf",
+ "/usr/share/fonts/opentype/ipafont-mincho/ipam.ttf",
+ "/usr/share/fonts/opentype/ipafont-mincho/ipamp.ttf",
"/usr/share/fonts/truetype/msttcorefonts/Arial.ttf",
"/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf",
"/usr/share/fonts/truetype/msttcorefonts/Arial_Bold_Italic.ttf",
« build/install-build-deps.sh ('K') | « docs/layout_tests_linux.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698