Group: gnu.emacs.help · Group Profile · Search for M17n in gnu.emacs.help
Author: Charles philip Chan
Date: Jul 11, 2008 13:42
... as long as you have the libraries installed. You need the freetype2 library (truetype font support), the xft library (anti-alias font), at the minimum. You will need libotf for OpenType support, m17n-lib and m17n-db for good multilingual font text shaping. After the compilation, start emacs with the -fn argument. For example: ,---- | emacs -fn "DejaVu Sans Mono-12" `---- This will ...
|