Wishlist: Xft/Freetype support
하지만, 우분투에서 xft를 지원하는 emacs를 빌드하기는 어렵지 않습니다. 아래와 같이 trunk 소스를 내려 받아 '--enable-font-backend' 옵션으로 구성하고 빌드하면 됩니다.
$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
$ ./configure --enable-font-backend
$ make bootstrap
$ make
$ ./configure --enable-font-backend
$ make bootstrap
$ make
빌드를 마치면 '-fn' 옵션으로 원하는 글꼴을 지정할 수 있습니다.
$ emacs -fn "Bitstream Vera Sans Mono-13"
댓글 없음:
댓글 쓰기