2019년 10월 26일 토요일

[CentOS/Ubuntu 18.04] 한글 폰트/입력 설치 방법

[CentOS] 한글폰트 설치

1. /usr/share/fonts 아래에 적당한 폴더명을 지어주고 그곳에 폰트파일을 설치한다
  - 아래의 화면처럼 /usr/share/fonts 로 이동해서 폰트를 다운로드 받는다.

[root@zetawiki ~]# cd /usr/share/fonts/
[root@zetawiki fonts]# wget http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip
... (생략)
Length: 14946146 (14M) [application/zip]
Saving to: “NanumFont_TTF_ALL.zip”

100%[=================================================>] 14,946,146  22.5M/s   in 0.6s    

2015-09-04 16:33:37 (22.5 MB/s) - “NanumFont_TTF_ALL.zip” saved [14946146/14946146]




2. 압축을 풀때 NanumFont 폴더를 생성해, 그 안에 압축을 풀도록 한다. 

[root@zetawiki fonts]# unzip NanumFont_TTF_ALL.zip -d NanumFont
Archive:  NanumFont_TTF_ALL.zip
  inflating: NanumFont/NanumBrush.ttf  
  inflating: NanumFont/NanumGothic.ttf  
  inflating: NanumFont/NanumGothicBold.ttf  
  inflating: NanumFont/NanumGothicExtraBold.ttf  
  inflating: NanumFont/NanumMyeongjo.ttf  
  inflating: NanumFont/NanumMyeongjoBold.ttf  
  inflating: NanumFont/NanumMyeongjoExtraBold.ttf  
  inflating: NanumFont/NanumPen.ttf
[root@zetawiki font]# rm -f NanumFont_TTF_ALL.zip

3. X-window에 적용하기 위해 아래의 명령어를 입력한다.
 # fc-cache -r 을 입력하여 시스템폰트를 갱신한다.

[root@localhost ~]# fc-cache -r
/usr/share/fonts/bitmap-fonts: failed to write cache
/usr/share/fonts/bitstream-vera: failed to write cache
/usr/share/fonts/default: failed to write cache
/usr/share/fonts/default/Type1: failed to write cache
/usr/share/fonts/default/ghostscript: failed to write cache
/usr/share/fonts/dejavu-lgc: failed to write cache
/usr/share/X11/fonts/Type1: failed to write cache

4. X-window설정
 # System --Preferrences --Fonts
 - 폰트 버튼 눌러서 나오는 폰트목록에서 설치한 폰트 선택
 - 원하는 App의 글꼴을 바꾸려면 Application Font 항목의 버튼을 눌러서 선택

* 참고 : https://zetawiki.com/

[Ubuntu 18.04] 한글 입력설치
1. sudo apt-get update
2. sudo apt-get install ibus ibus-hangul 
3. ibus-setup-hangul 
4. reboot

댓글 없음: