Re: [Mac-emacs-users] Latest Mac OS X Emacs Source Now Available from Emacs CVS
Brought to you by:
akochoi
|
From: Andrew C. <ak...@sh...> - 2002-04-27 16:01:30
|
> First of all, thanks a lot! There is a problem with bold and italic > faces. They are not shown at all. I attach grab of how the *faces* > buffer, so that you can get a better picture of what happens to me. I > tried different fonts with the same effect. > > cheers > -- e. > > [...image deleted...] Hi Enrico, Emacs does not recognize the Truetype fonts (including Monaco) as having bold, italic, and bold-italic variants. This can be fixed but the result will probably not work as well as expected because of the different widths used by the variants (italic characters in bounding boxes look sparse). In the mean time, -etl-fixed-medium-i-*16*, -etl-fixed-bold-r-*16*, etc. work well. Try installing the following font into your ~/Library/Fonts/ folder, or your System 9 Fonts folder. http://prdownloads.sourceforge.net/mac-emacs/GNU-Fonts.sea.bin Emacs is setup to look for them by default so you don't need to do anything to use them. Andrew. |