View Single Post
  #1  
Old 05-23-2010, 10:03 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

How to add cyrillic fonts to wine


You can install standard Windows fonts to ts to
Code:
~/.wine/drive_c/windows/fonts
You can just copy them from Windows. Or you can use winetricks to download them and install them:

Download winetricks and set it up
Code:
wget http://kegel.com/wine/winetricks
sudo mv winetricks /usr/bin/winetricks
sudo chmod +x /usr/bin/winetricks
sudo apt-get install cabextract
Install corefonts with winetricks
Code:
winetricks corefonts
Reply With Quote