(一)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink]
"Tahoma"="\\Windows\\gl_ce.ttf,Gulim;\\Windows\
\simsun.ttc,NSimSun"
(二)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink]
"Tahoma"="\\SDMMC\\gl_ce.ttf,Gulim;\\SDMMC\\simsun.ttc,NSimSun"
(一)可以在英文版的OS秀出中文字,但(二)卻沒辦法,有人遇過這問題嗎??
謝謝。
Try the following registry values,and my sample is MSSONG.ttf.
You can use any font you want..
1. [HKLM\SOFTWARE\Microsoft\FontPath]
"FontPath" = "\\Storage\\windows\\Fonts"
(Its datatype is "String")
2. [HKLM\System\GDI]
"FontLinkMethods" =1
(Its datatype is "integer")
3. [HKLM\SOFTWARE\Microsoft\FontLink\SystemLink
"Nina" = "\\Storage\\windows\\Fonts\\mshei.ttf,MSHei"
(Its datatype is "String")
4. [HKLM\SOFTWARE\Microsoft\FontLink\SkipTable]
Nina" ="005c,00a5,007e,0391-03c9,2026,2116,221a,25a0-25ff"
(Its datatype is "String")
5. [HKLM\System\GDI\SysFnt]
Nm" ="MSHei"
(Its datatype is "String")
6. Copy MSHei.ttf to your \Storage\windows\Fonts folder
--
I hope it is useful ^_^
Best Regards,
Blake Chang
"Dogfu" <aur...@gmail.com> wrote in message
news:1177494625....@t39g2000prd.googlegroups.com...
Hi Blake:
It's useful when I set the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontPath]
"FontPath"="\\MyFlashDisk"
However, when I change "MyFlashDisk" to "SDMMC", the Chinese font
can't be shown.
Why? The SDMMC driver is loaded too later ?
That may be the problem, and you can try to change the loaded order of SDMMC
driver to solve.
--
I hope it is useful ^_^
Best Regards,
Blake Chang
"Dogfu" <aur...@gmail.com> wrote in message
news:1177657012....@t38g2000prd.googlegroups.com...
> > 大家好:
> > 我想把中文字型,從 Widows目錄放至 SDMMC,於是從(一)改成(二)
>
> > (一)
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink]
> > "Tahoma"="\\Windows\\gl_ce.ttf,Gulim;\\Windows\
> > \simsun.ttc,NSimSun"
>
> > (二)
> > [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\SystemLink]
> > "Tahoma"="\\SDMMC\\gl_ce.ttf,Gulim;\\SDMMC\\simsun.ttc,NSimSun"
>
> > (一)可以在英文版的OS秀出中文字,但(二)卻沒辦法,有人遇過這問題嗎??
> > 謝謝。- Hide quoted text -
I am use WIN CE 5.0.
why I cannot find [HKLM\SOFTWARE\Microsoft\FontPath]?
I can find HKLM\SOFTWARE\Microsoft, but I don't see FontPath.
so, are you talking about WIN CE system? or this way will different path by
different version?
thank for reply
Best Regard
Patch Chen
"Blake" 來函: