[PATCH 2/4] wine.inf: Add registry entries for builtin TrueType fonts.

Jactry Zeng jzeng at codeweavers.com
Mon Nov 11 02:44:17 CST 2019


Signed-off-by: Jactry Zeng <jzeng at codeweavers.com>
---
 loader/wine.inf.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 0b431a7447..96b3bb4969 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -221,6 +221,8 @@ MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
 Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
 CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
 CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
+Fonts="Software\Microsoft\Windows\CurrentVersion\Fonts"
+FontsNT="Software\Microsoft\Windows NT\CurrentVersion\Fonts"
 FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
 Control="System\CurrentControlSet\Control"
 
@@ -632,6 +634,16 @@ HKLM,%Control%\Session Manager\Memory Management,PagingFiles,,"%24%\pagefile.sys
 HKLM,%Control%\Session Manager\Memory Management,WriteWatch,0x00040002,1
 
 [Fonts]
+HKLM,%Fonts%,"Marlett (TrueType)",,"marlett.ttf"
+HKLM,%Fonts%,"Symbol (TrueType)",,"symbol.ttf"
+HKLM,%Fonts%,"Tahoma (TrueType)",,"tahoma.ttf"
+HKLM,%Fonts%,"Tahoma Bold (TrueType)",,"tahomabd.ttf"
+HKLM,%Fonts%,"Wingdings (TrueType)",,"wingding.ttf"
+HKLM,%FontsNT%,"Marlett (TrueType)",,"marlett.ttf"
+HKLM,%FontsNT%,"Symbol (TrueType)",,"symbol.ttf"
+HKLM,%FontsNT%,"Tahoma (TrueType)",,"tahoma.ttf"
+HKLM,%FontsNT%,"Tahoma Bold (TrueType)",,"tahomabd.ttf"
+HKLM,%FontsNT%,"Wingdings (TrueType)",,"wingding.ttf"
 HKLM,%FontSubStr%,"Arial Baltic,186",,"Arial,186"
 HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
 HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
-- 
2.24.0





More information about the wine-devel mailing list