
The controls might look familiar but till you change the fonts it is almost like a waste. Copy the fonts from your windows installation. Open the terminal window in PUbuntu and then follow these steps.
cd /mnt/C/WINDOWS/Fonts Here I am taking for granted that your Windows folder is in C:. Then make a new directory mkdir ~/.fonts. Copy Segoe fonts incase you are on Vista. cp Segoe*.* ~/.fonts. If you have Windows XP copy Tahoma fonts. cp Tahoma*.* ~/.fonts.Open System/Preference/Appearance. Select the font tab and select the fonts and the sizes as in the screenshot. This should give you the fonts as of Windows XP. For Vista select Segoe instead of Tahoma and set the size to 10 instead of 8.
The fonts might look quite dark compared to windows. To reduce the anti-aliasing click the details button on the fonts dialog. And select the Smoothing to none. The fonts will look similar to windows fonts. Atleast for the dialogs but will not look good on other parts of the UI. I normally select Subpixel for Smoothing and Medium for Hinting. Though it still does not look like a real windows application but its close enough.
0 comments:
Post a Comment