作者NintendoGC (沉默最美丽的时候...)
看板iPhone
标题[教学] 在 iPad 上让 NallyTouch 显示中文的方法
时间Tue Jun 8 11:26:44 2010
把我在 01 写的教学贴过来,基本上 NallyTouch 的开发者会针对 iPad 进行改进,
让 NallyTouch 能在 iPad 上以原生解析度显示,之前有看过 Screenshot 了,
所以这只是暂时解法。
----
首先,把 arialuni.ttf 从 iPhone 的 /System/Library/Fonts/Cache/ 拷出来,
丢到 iPad 的 /System/Library/Fonts/Cache/ 目录去~
然後修改 /System/Library/Fonts/CGFontCache.plist 档
加入:
<key>ArialUnicodeMS</key>
<string>/System/Library/Fonts/Cache/arialuni.ttf</string>
然後在同一个档案下面找到:
<key>Arial Unicode MS</key>
<dict>
<key>Plain</key>
<string>.PhoneFallback</string>
</dict>
改为:
<key>Arial Unicode MS</key>
<dict>
<key>Plain</key>
<string>ArialUnicodeMS</string>
</dict>
就大功告成啦~
--
●●
●##● ╦─╮ ╭─╮╭─╮╔┬╮╭─╮╦╮╗
●##● ╬╰╦ ╬ ║╰─╮ ║ ╬ ║╬│║
●● ╩─╯ ╰─╯╰─╯ ╩ ╰─╯╩╰╝
◥◣│◢◤ 部落格 - http://www.goston.net/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.136.134.71
1F:推 farmerhukimo:推 之前我也是参考这篇文章才成功的!感谢喔~ 06/08 13:50
2F:→ ithildin:我用iFile改都会失败存不进去...怪怪 06/08 17:43
3F:→ wordxp:推新版iBBS 06/08 22:37
4F:推 bryan29:改成功+1,但放大後锯齿太严重,还是用回iBBS了 06/08 22:50
5F:→ wordxp:没错 新改版iBBS便宜好用 狂推 06/09 20:24