Small chess fonts not displaying in CT-ART 6

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
planarian
Newbie
Newbie
Posts: 3
Joined: Fri Feb 23, 2018 7:29 pm

Small chess fonts not displaying in CT-ART 6

Post by planarian »

CT-ART uses chess-piece fonts for the board and also the notation window (see attached). The board displays fine, but the notation shows little squares instead of pieces. The application has a fonts folder, and I've tried copying the fonts into windows/Fonts, but that doesn't have any effect. There are few errors when the application starts, but none of them seems to bear on this particular problem (though I don't know for sure)

Code: Select all

0009:fixme:thread:GetThreadUILanguage : stub, returning default language.
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d1f4, (nil) 0x32d21c
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d1f4 (nil) 0x32d21c) returning a dummy value (current locale)
0009:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32d1f4, 0x2453370 0x32d21c
0009:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32d1f4 0x2453370 0x32d21c) returning a dummy value (current locale)
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007e 0x00000000
0009:fixme:uxtheme:BufferedPaintInit Stub ()
0009:fixme:gdiplus:brush_fill_pixels path gradient blend not implemented
0009:fixme:dwmapi:DwmIsCompositionEnabled 0x32fa08
I'm using Wine 3.0 on Linux Mint 17 (though I've also found the same problem on OS X El Capitan)
Attachments
ct-art.png
planarian
Newbie
Newbie
Posts: 3
Joined: Fri Feb 23, 2018 7:29 pm

Re: Small chess fonts not displaying in CT-ART 6

Post by planarian »

After some further investigation, I suspect the problem is related to the fact that the fonts containing the notation symbols are .FON (the complete list is: cad_e_.fon, cad_f_.fon, cadiag.ttf, Is-tt-21.ttf, PRG55CHE2.TTF, PRG55CHE.TTF)

Does Wine require any special tweaks/extensions to handle .FON files?
planarian
Newbie
Newbie
Posts: 3
Joined: Fri Feb 23, 2018 7:29 pm

Re: Small chess fonts not displaying in CT-ART 6

Post by planarian »

Finally got an answer from the company: There a unicode font, AqChessUnicode.tt, that needs to be dropped in Windows/Fonts.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Small chess fonts not displaying in CT-ART 6

Post by DarkShadow44 »

You mean it's not a wine issue?
Locked