You are not logged in.

#1 2016-09-19 17:46:56

dcbdbis
Member
From: Aurora, Colorado
Registered: 2004-09-10
Posts: 247

[SOLVED] Wine Fonts Went Ugly

Good Afternoon Fellow Archers,


At some point in the last three weeks, my wine fonts have went south.

I only have one app in Wine that I use occasionally, so I am not sure which update, nor which calendar date the fonts went nasty.

They were looking as crisp as my MATE desktop, but something has changed it. I do not know if it is a Wine issue, or a DE issue, or??

I have followed the Arch Wine Wiki, and have not had any results. I'm puzzled.

Wine 1.9.19, Arch current on kernel 4.7.4-1 x64. My winearch is x32.

My .bashrc is:

#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
export WINEARCH=win32
export WINEPREFIX=$HOME/.wine/
export PATH="$PATH:$HOME/Shell-Scripts"
export VDPAU_DRIVER=nvidia

I used WineTricks to install the fonts when I first setup Wine. And yes, the mscorefonts is in there.

I am not sure where to look. Can someone give me some pointers on how to remedy?

Thank You!

Sincerely and respectfully,

Dave

EDIT: I also have XFCE4 installed. I switched to that DE and the issue remains. So it is not MATE, nor the WM underneath it.

Last edited by dcbdbis (2016-09-20 15:56:26)

Offline

#2 2016-09-19 19:49:00

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED] Wine Fonts Went Ugly

I use:

rm /usr/share/wine/fonts/*.fon

Offline

#3 2016-09-19 20:34:28

dcbdbis
Member
From: Aurora, Colorado
Registered: 2004-09-10
Posts: 247

Re: [SOLVED] Wine Fonts Went Ugly

Thank you for the post. I appreciate it.

I did just that. Unfortunately, the issue remains.

Sincerely and respectfully,

Dave

Offline

#4 2016-09-20 11:39:11

hwm
Member
From: Iserlohn, Germany
Registered: 2015-02-10
Posts: 21

Re: [SOLVED] Wine Fonts Went Ugly

Wine uses freetype to render fonts, and freetype's defaults changed a few releases ago. I am using this environment setting for wine programs:

FREETYPE_PROPERTIES="truetype:interpreter-version=35"

which simply returns to the old default that works fine for me.

Offline

#5 2016-09-20 15:56:08

dcbdbis
Member
From: Aurora, Colorado
Registered: 2004-09-10
Posts: 247

Re: [SOLVED] Wine Fonts Went Ugly

The environment variable was the magic. I added it to my .bashrc, and it works.

THANK YOU!


Dave

Offline

Board footer

Powered by FluxBB