먼저 한글 윈도우 폰트를 리눅스에 등록한다.
2007/08/08 - [computer/linux] - How to use MS windows fonts and ttf in the Ubuntu Linux
그런후...
cd ~/.wine/drive_c/windows/Fonts
ln -s /usr/share/fonts/truetype/msttcorefonts/gulim.ttc gulim.ttc
ln -s /usr/share/fonts/truetype/msttcorefonts/batang.ttc batang.ttc
emacs ~/.wine/system.reg
[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1235907952
"Arial CE,238"="Arial,238"
"Arial CYR,204"="Arial,204"
"Arial Greek,161"="Arial,161"
"Arial TUR,162"="Arial,162"
"Courier New CE,238"="Courier New,238"
"Courier New CYR,204"="Courier New,204"
"Courier New Greek,161"="Courier New,161"
"Courier New TUR,162"="Courier New,162"
"Helv"="MS Sans Serif"
"Helvetica"="Arial"
"MS Shell Dlg"="Tahoma"
"MS Shell Dlg 2"="Tahoma"
"Times"="Times New Roman"
"Times New Roman CE,238"="Times New Roman,238"
"Times New Roman CYR,204"="Times New Roman,204"
"Times New Roman Greek,161"="Times New Roman,161"
"Times New Roman TUR,162"="Times New Roman,162"
"Tms Rmn"="Times New Roman"
Tahoma 를 Gulim 으로 바꾼다.
[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1235907952
"Arial CE,238"="Arial,238"
"Arial CYR,204"="Arial,204"
"Arial Greek,161"="Arial,161"
"Arial TUR,162"="Arial,162"
"Courier New CE,238"="Courier New,238"
"Courier New CYR,204"="Courier New,204"
"Courier New Greek,161"="Courier New,161"
"Courier New TUR,162"="Courier New,162"
"Helv"="MS Sans Serif"
"Helvetica"="Arial"
"MS Shell Dlg"="Gulim"
"MS Shell Dlg 2"="Gulim"
"Times"="Times New Roman"
"Times New Roman CE,238"="Times New Roman,238"
"Times New Roman CYR,204"="Times New Roman,204"
"Times New Roman Greek,161"="Times New Roman,161"
"Times New Roman TUR,162"="Times New Roman,162"
"Tms Rmn"="Times New Roman"
참조
http://kldp.org/node/58467