시스템 내부 파일을 수정해야하므로 탈옥상태여야 합니다.


/System/Library/Fonts/ 폴더내에

iOS 4 :

CGFontCache_H_.plist

CGFontCache_UH_.plist

CGFontCacheReduced_H_.plist

CGFontCacheReduced_UH_.plist

 

iOS 5 :

CGFontCacheFull_H_.plist

CGFontCacheFull_UH_.plist

CGFontCacheReduced_H_.plist

CGFontCacheReduced_UH_.plist


을 백업하신 후 수정하세요. 밑에 부분을 찾으신 후 볼드체 부분을 추가하거나 수정해주세요.

plist 파일에디터는 plist editor 구글에 검색하시거나 각 종 에디터로 편집하면 됩니다.

 

<key>AppleGothic</key>
<string>/System/Library/Fonts/Cache/AppleGothic.ttf</string>
<key>AppleGothic Bold</key>
<string>/System/Library/Fonts/Cache/AppleGothicBold.ttf</string>
<key>AppleGothic Regular</key>
<string>/System/Library/Fonts/Cache/AppleGothic.ttf</string>

 

<key>AppleGothic</key>
<dict>
<key>Bold</key>
<string>AppleGothic Bold</string>
<key>Plain</key>
<string>AppleGothic</string>
</dict>

 

파일 4개를 다 수정하신 후 덮어쓰기하시고 리스프링 하시면 됩니다.

 

이와 같은 방법으로 폰트를 추가해주실 수도 있습니다.

Posted by ninthsword
,