📜 ⬆️ ⬇️

Enable font smoothing in wine

As many of you already know, starting from version 1.1.12, wine supports font smoothing, including subpixel. However, by default this anti-aliasing is turned off. To enable it you need to poshamanit with the registry in wine. But there is a simpler way:

I wrote a small script ( English version ), with which you can turn on / off anti-aliasing, while choosing which anti-aliasing mode you need:


')
Quickly download and run it like this:
  wget http://files.polosatus.ru/winefontssmoothing.sh
 bash winefontssmoothing.sh 
The script also correctly supports WINEPREFIX.

Source: https://habr.com/ru/post/50160/


All Articles