Greek fonts appearance

Questions about Wine on Linux
Locked
nikoslagios
Newbie
Newbie
Posts: 1
Joined: Sun Jul 16, 2023 10:55 am

Greek fonts appearance

Post by nikoslagios »

Hello there. I've been using Wine on openSUSE Tumbleweed to run a school timetable generator called Asc Timetable. I'm having a problem with the appearance of some Greek fonts which are actually replaced by small squares. Any help would be appreciated. Thanks in advance.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Greek fonts appearance

Post by jkfloris »

This sounds like a missing font. It is hard to say which font you need. Probably Arial.
Install Arial first, and if that doesn't work, try installing corefonts with winetricks.

Code: Select all

winetricks arial
# or
winetricks corefonts
Locked