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


/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
,

테스트 : iPhone 3GS iOS 4.3.3 탈옥


애플SD고딕네오에서 한글만 빼서 iOS4 애플고딕으로 변환했습니다.

암호 clien

업데이트(11.8.23) - 영어서체(Helvetica)와 높이 맞춤.
업데이트(11.8.24) - 통화목록 오전, 오후 세로 표시 수정. 'ㅜㅠㅡ' 높이 수정.

업데이트(11.9.02) - iOS5 Beta 7 에서 애플SD고딕네오에서 애플고딕으로 다시 변경됨에 따라 파일 삭제합니다.


Posted by ninthsword
,

http://xenosium.com/308

링크 참조.

위 방법이 아닌 기본 글꼴 자체를 바꾸는 방법도 있지만 아이폰용으로 바꾼 글꼴을 배포하시는 분들이

대부분 Bold체를 포함하지 않기 때문에 오히려 어려울 수 있습니다.

 
Posted by ninthsword
,