구글 단모음 키보드 하이라이트 버젼입니다.

기존 팝업버젼과 달리 각인과 길게 눌렀을때 키들을 뺐습니다.

V1 2012/02/18

YooKey_GDAN_SworD_H_v1.zip

사용법

1. YooKey 테마 폴더(/Library/YooKeyThemes/)에 넣어서 적용하시면 됩니다.

2. YooKey 테마 기능을 사용하지 않으시려면

/Applications/YooKey.app/Config 에 xml 파일을

/Applications/YooKey.app/Resources 에 png 파일을 넣어주시면 됩니다.



Posted by ninthsword
,

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


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

http://xenosium.com/308

링크 참조.

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

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

 
Posted by ninthsword
,