Font antialiasing issues, Office 2010

Questions about Wine on Linux
Locked
denysonique
Newbie
Newbie
Posts: 3
Joined: Sun Dec 29, 2013 1:44 am

Font antialiasing issues, Office 2010

Post by denysonique »

How can I get Wine font antialiasing to work similarly for all font sizes and to also match my system font antialiasing?

For comparison please refer to the attached screenshot:
http://i.cubeupload.com/wL1RJa.png
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Font antialiasing issues, Office 2010

Post by Bob Wya »

denysonique wrote:How can I get Wine font antialiasing to work similarly for all font sizes and to also match my system font antialiasing?
...
  • What OS are using?
  • What Wine version?
  • If you're using a Linux distribution - which one / which release version?
  • If you have the freetype libraries installed - what version is it?
Ta
Bob
denysonique
Newbie
Newbie
Posts: 3
Joined: Sun Dec 29, 2013 1:44 am

Re: Font antialiasing issues, Office 2010

Post by denysonique »

What OS are using?
If you're using a Linux distribution - which one / which release version?

Ubuntu 16.04.2 LTS

What Wine version?
2.12-staging

If you have the freetype libraries installed - what version is it?
libfreetype6 2.6.1-0.1ubuntu2.3 (amd64)
libfreetype6 2.6.1-0.1ubuntu2.3 (i386)

libxft2 2.3.2-1
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Font antialiasing issues, Office 2010

Post by Bob Wya »

@denysonique

Since you are still on the older freetype (pre-2.7.x) package - but the Ubuntu patched version - you could try:

Code: Select all

winetricks fontsmooth=rgb
winetricks -q corefonts
  • enable RGB subpixel hinting for that Wineprefix
  • ensure font substitutions are not being made for Arial
Bob
Locked