problem 1. OpenJDK 1.6 chinese font problem
在 TextField 或 Label 中,中文會出現變形的問題
soulution:
1. 下載新的字型丢到 /usr/share/fonts/truetype/arphic
(我是去下載微軟正黑體 msjh.ttf)
2. 修改 /etc/java-6-open/fontconfig.properties
2.1 找到 filename.AR_PL_UMing_TW=/usr/share/fonts/truetype/arphic/uming.ttc
2.2 取代成 filename.AR_PL_UMing_TW=/usr/share/fonts/truetype/arphic/msjh.ttf
problem 2: Adobe Flash Player chinese font problem
中文字會變成方格的問題
soultion:
1. 修改 /etc/fonts/conf.d/49-sansserif.conf
2.1 找到 sans-serif
2.2 修改 sans-serif 為 sans
Filed under: 蟲的研究心得
