리눅스에 윈도우 글꼴 설치
ftp를 통해 C:\Windows\Fonts의 폰트파일을 /usr/share/fonts/window로 업로드한다. 업로드가 완료되면 fc-cache -f -fv명령을 실행해주고 succeeded가 떨어지는지 확인한다.
[root@localhost window]# fc-cache -f -v
/usr/share/fonts: caching, new cache contents: 0 fonts, 4 dirs
/usr/share/fonts/default: caching, new cache contents: 0 fonts, 2 dirs
/usr/share/fonts/default/Type1: caching, new cache contents: 35 fonts, 0 dirs
/usr/share/fonts/default/ghostscript: caching, new cache contents: 17 fonts, 0 dirs
/usr/share/fonts/dejavu: caching, new cache contents: 9 fonts, 0 dirs
/usr/share/fonts/truetype: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/truetype/nanum-coding: caching, new cache contents: 2 fonts, 0 dirs
/usr/share/fonts/window: caching, new cache contents: 11 fonts, 0 dirs
/usr/share/X11/fonts/Type1: skipping, no such directory
/usr/share/X11/fonts/TTF: skipping, no such directory
/usr/local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/cache/fontconfig: cleaning cache directory
/var/cache/fontconfig: invalid cache file: f5da82313d22ae5bf5bc6e539d256292-le64.cache-3
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
'ubuntu' 카테고리의 다른 글
mysql 설치 (0) | 2015.09.21 |
---|---|
DigitalOcean 디지털 오션 초기셋팅 (0) | 2015.09.04 |
INSTALL NODEJS, PHANTOMJS, CASPERJS IN UBUNTU 14.04 (0) | 2015.01.28 |
우분투 ssh 설치 및 포트변경 (0) | 2015.01.28 |
handlay 핸드레이 gcc 및 gdb (0) | 2014.07.03 |