GoogleSearch
이 블로그 검색
Windows fonts on Linux
라벨:
Informatics
이메일로 전송BlogThis!Twitter에서 공유Facebook에서 공유
Windows font installation using cabextract (Linux only)
- Install cabextract.
- On Fedora:
- sudo yum -y install cabextrt
- On Ubuntu:
- sudo apt-get install cabextract
- Download PowerPoint Viewer 2007.
- Extract the .exe:
- cabextract -F ppviewer.cab PowerPointViewer.exe
- Prepare a separate target installation directory:
- sudo mkdir /usr/share/fonts/Windows
- Extract the actual fonts:
- sudo cabextract -F '*.TT?' -d /usr/share/fonts/Windows ppviewer.cab
- Tip: You may substitute ~/.fonts instead of /usr/share/fonts for local, single-user installation which does not require root access.
- Update the cache:
- fc-cache -fv
- Enjoy !
For some windows fornts, modify .fonts.conf file or font-manager as follows:
# <match target="font" >
# <edit name="embeddedbitmap" mode="assign">
# <bool>false</bool>
# </edit>
# </match>
이메일로 전송BlogThis!Twitter에서 공유Facebook에서 공유
라벨:
Informatics
- On Fedora:
- sudo yum -y install cabextrt
- On Ubuntu:
- sudo apt-get install cabextract
- cabextract -F ppviewer.cab PowerPointViewer.exe
- sudo mkdir /usr/share/fonts/Windows
- sudo cabextract -F '*.TT?' -d /usr/share/fonts/Windows ppviewer.cab
- fc-cache -fv
Scientist. Husband. Daddy. --- TOLLE. LEGE
외부자료의 인용에 있어 대한민국 저작권법(28조)과 U.S. Copyright Act (17 USC. §107)에 정의된 "저작권물의 공정한 이용원칙 | the U.S. fair use doctrine" 을 따릅니다. 저작권(© 최광민)이 명시된 모든 글과 번역문들에 대해 (1) 복제-배포, (2) 임의수정 및 자의적 본문 발췌, (3) 무단배포를 위한 화면캡처를 금하며, (4) 인용 시 URL 주소 만을 사용할 수 있습니다. [후원 | 운영] [대문으로] [방명록] [옛 방명록] [티스토리 (백업)] [신시내티]
-