How can I use bdf fonts with Emacs?
To use bdf fonts with Emacs, you need to tell Emacs where the fonts are located, create fontsets for them, and then use them. We’ll use the 16 dot international fonts from ftp.gnu.org/intlfonts as an example put together by Jason Rumney
To use bdf fonts with Emacs, you need to tell Emacs where the fonts are located, create fontsets for them, and then use them. We’ll use the 16 dot international fonts from ftp://ftp.gnu.org/gnu/intlfonts as an example put together by Jason Rumney. Download the 16dots.tar.gz file and unpack it; I’ll assume that they are in “c:\intlfonts”. Then set w32-bdf-filename-alist to the list of fonts returned by using w32-find-bdf-fonts to enumerate all of the font files.