aaronbrooks-gh / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 1 forks source link

When I change fonts in windows could Transmission remote change font too please #427

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I change fonts in windows and apply to all windows, text within Transmission 
Remote does not change, although the menus do. I attach screen shot to 
illustrate this little issue. I would like this feature as I am (too) keen to 
have all my windows with the same font.

If this is is seen as unnecessary I understand. keep up the great work.
Transmission Remote dotnet is by far the best client app for transmission.

Thanks.

Original issue reported on code.google.com by indexmon...@gmail.com on 17 Jan 2012 at 9:53

Attachments:

GoogleCodeExporter commented 9 years ago
thanks for looking.

Original comment by indexmon...@gmail.com on 17 Jan 2012 at 9:54

GoogleCodeExporter commented 9 years ago
for info the registry script I use to change the fonts on windows 7 is:

------------------------------change_font.reg--------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 
NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="Storopia"
-----------------------------end---------------------------------------------

Original comment by indexmon...@gmail.com on 17 Jan 2012 at 10:02