Hin-Tak Leung wrote:
--- On Fri, 5/2/10, Aric Stewart aric@codeweavers.com wrote:
Scott Ritchie wrote:
My notes from Wineconf remind me that I need to create
some manual links in the registry to whatever default CJK fonts are on the system. Can someone tell me what these are supposed to look like?
Thanks, Scott Ritchie
Sure! (sorry for the delay)
The important keys are the following: HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Tahoma"
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Microsoft Sans Serif"
and HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Lucida Sans Unicode"
They are REG_SZ_MULTI type of either "<font file ttc>:<font name>" or "<Font file ttf>"
You meant ',' instead of ':' here, right, judging from your example below? (and my impression)
correct! my mistake. -aric