精華區beta iOS 關於我們 聯絡資訊
把我在 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