- 论坛徽章:
- 0
|
中文顯示錯誤`
i am not familiar with slackware. if you have font-config package installed, try this:
edit /etc/fonts/fonts.conf
1.If not exists this line, just add it
<dir>;~/.fonts</dir>;
2.go to your home dir,
mkdir .fonts
3. grab some chinese truetype fonts from windows system. The location usually is c:\windows\Fonts, and copy the fonts, for example, SimSun.ttc to ~/.fonts
4. run command
fc-cache
5. start mozilla again to see the result.
Note that this is just a simple and tempoarily method to enable Chinese display with truetype fonts. You may not print Chinese by this way. |
|