http://bugs.winehq.org/show_bug.cgi?id=30163
--- Comment #35 from Aric Stewart aric@codeweavers.com 2013-06-10 19:08:39 CDT --- (In reply to comment #33)
(In reply to comment #32)
(In reply to comment #30)
Thank you Aric for attention .
Arabic Windows has a "Comic sans ms" for both MS Shell Dlg and MS Shell Dlg 2 .
So I used Sans family .
Expand Tahoma looks like a solve , but by your patch it isn't work .
I patched Wine 1.5.31 by new patch and compile it the bug still found .
Sans must be in nls_update_font_list not only for Arabic also for non-English languages .
Other famous Arabic fonts we can link it to Sans if there aren't found .
Ok thanks. What version of windows?
"Comic Sans MS" is different than just "Sans". You use "Sans" a lot of places. is that correct?
The problem persists. What about if you did more of your wine.inf changes...
HKLM,%FontSubStr%,"Traditional Arabic",,"Sans" HKLM,%FontSubStr%,"Arabic Transparent",,"Sans" HKLM,%FontSubStr%,"Abyssinica SIL",,"Sans"
I am unsure which font is used for "Sans" could you give me a +font log.
I would love for this to be in 1.6 as well. That is what I am working toward.
-aric
Arabic windows what I search is ( windows 7 ) .
I use Sans because Sans has every character for known languages .
"Traditional Arabic" , "Arabic Transparent" and "Abyssinica SIL" are Arabic fonts used by a lot of Arabic programs . So I use powerful Sans instead .
+font log is huge ( more than 35 mb ) ^_^ , I use DeJaVu Sans for Sans . ( default Sans in Fedora - Ubuntu is DeJaVu Sans )
Thank You Again For Your Attention .
=-=-=-=
NB : Now we in Linux Arab Community (linuxac.org) work at wine ( ar.po ) translation , so this bug stand in front of us .
Mosaab.
It occurs to me that there is a direct fix to this.
We have the Arabic block wrong then and we can fix it. You have Arabic windows 7.
Looking at HKLM\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes
Could you export that key and show it to me. Then I can update the arabic block in freetype.c and it should work.