Skip to content

Commit

Permalink
wine.inf: Add font registry entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivov authored and aeikum committed Feb 21, 2019
1 parent c6ec16a commit 8937cba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions loader/wine.inf.in
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
Control="System\CurrentControlSet\Control"
FontsNT="Software\Microsoft\Windows NT\CurrentVersion\Fonts"

[Classes]
HKCR,.chm,,2,"chm.file"
Expand Down Expand Up @@ -614,6 +615,10 @@ 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
HKLM,%FontsNT%,"Arial (TrueType)",,"arial.ttf"
HKLM,%FontsNT%,"Arial Bold (TrueType)",,"arialbd.ttf"
HKLM,%FontsNT%,"Times New Roman (TrueType)",,"times.ttf"
HKLM,%FontsNT%,"Courier New (TrueType)",,"cour.ttf"

[MCI]
HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
Expand Down

0 comments on commit 8937cba

Please sign in to comment.