File 0001-loader-wine.inf.in-Added-localized-font-name-replaceme.txt of Package wine-gaming-nine
From a3138c9e4d8e257f60c148cfac0bbc5e74a34602 Mon Sep 17 00:00:00 2001 From: Qian Hong <qhong@codeweavers.com> Date: Sat, 20 Sep 2014 00:23:54 +0800 Subject: [PATCH] loader/wine.inf.in: Added localized font name replacement. To: wine-patches <wine-patches@winehq.org> Reply-To: wine-devel <wine-devel@winehq.org> Cc: Qian Hong<qhong@codeweavers.com> See http://wiki.winehq.org/FontReplacements --- loader/wine.inf.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 42a750e..e988a8b 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -1,3 +1,6 @@ +;; To support localized font name replacement, this file should be encoded in +;; UTF-8 with BOM, be careful not to strip the BOM header! +;; ;; .INF script for the basic Wine configuration ;; Version: @PACKAGE_STRING@ ;; @@ -569,6 +572,21 @@ HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204" HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161" HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162" HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060 +HKCU,Software\Wine\Fonts\Replacements,"SimSun",,"WenQuanYi Micro Hei" +HKCU,Software\Wine\Fonts\Replacements,"宋体",,"WenQuanYi Micro Hei" +HKCU,Software\Wine\Fonts\Replacements,"PMingLiU",,"WenQuanYi Micro Hei" +HKCU,Software\Wine\Fonts\Replacements,"新細明體",,"WenQuanYi Micro Hei" +HKCU,Software\Wine\Fonts\Replacements,"MS Gothic",,"Ume Gothic" +HKCU,Software\Wine\Fonts\Replacements,"MS PGothic",,"Ume P Gothic" +HKCU,Software\Wine\Fonts\Replacements,"MSPゴシック",,"Ume P Gothic" +HKCU,Software\Wine\Fonts\Replacements,"MS UI Gothic",,"Ume UI Gothic" +HKCU,Software\Wine\Fonts\Replacements,"MS Mincho",,"Ume Mincho" +HKCU,Software\Wine\Fonts\Replacements,"MS PMincho",,"Ume P Mincho" +HKCU,Software\Wine\Fonts\Replacements,"Batang",,"UnBatang" +HKCU,Software\Wine\Fonts\Replacements,"Dotum",,"UnDotum" +HKCU,Software\Wine\Fonts\Replacements,"Gulim",,"UnDotum" +HKCU,Software\Wine\Fonts\Replacements,"Arial Unicode MS",,"Droid Sans Fallback" + [MCI] HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll" -- 1.9.1