Create TOC

2008년 11월 27일

wine에서 한글 글꼴 설정

  1. 네이버 사전체를 받아서 ~/.wine/windows/fonts에 설치한다.
  2. ~/.wine/system.reg파일에 아래 내용 추가.
    [Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] 1259330396
    "\xb124\xc774\xbc84\xc0ac\xc804 (TrueType)"="naverdic.ttf"
    
    [Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] 1259330396
    "\xb124\xc774\xbc84\xc0ac\xc804 (TrueType)"="naverdic.ttf"
  3. ~/.wine/system.reg파일에서 SystemLink을 수정해서 tahoma 글꼴에 네이버 사전체를 연결한다.
    [Software\\Microsoft\\Windows NT\\CurrentVersion\\FontLink\\SystemLink] 1291105182
    "Tahoma"=str(7):"naverdic.ttf\0MSGOTHIC.TTC,MS UI Gothic\0kochi-gothic-subst.ttf\0sazanami-gothic.ttf\0sgothic.ttf\0uming.ttf\0bsmi00lp.ttf\0gbsn00lp.ttf\0dotum.ttf\0Purisa.ttf\0ae_Arab.ttf\0KacstBook.ttf\0"
  4. ~/.wine/system.reg파일에서 FontSubstitutesMS Shell DlgMS Shell Dlg 2를 고친다.
    [Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1259329131
    "MS Shell Dlg"="Naver Dictionary"
    "MS Shell Dlg 2"="Naver Dictionary"