help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What determines the available font sizes?


From: David Reitter
Subject: Re: What determines the available font sizes?
Date: Wed, 8 Jun 2005 16:03:05 +0100

> With create-fontset-from-fontset-spec there certainly is. I think this
> function can only retrieve the bitmapped fonts from a font suitcase.

Well, I suppose that's my answer, then. There is no bitmap for 11pt
Monaco, I don't think. Then again, I'm using Aquamacs, which uses
anti-aliased outline fonts. I suppose it's still limiting the available
font sizes to those with bitmaps. I wonder how I might overcome that
unfortunate limitation.


You can add this to your file ~/Library/Preferens/Aquamacs Emacs/ Preferences.el :

(condition-case e
    (create-fontset-from-fontset-spec
     "-apple-monaco*-medium-r-normal--11-*-*-*-*-*-fontset-monaco11,
    ascii:-apple-monaco*-medium-r-normal--11-110-75-75-m-120-mac-*,
latin-iso8859-1:-apple-monaco*-medium-r-normal--11-110-75-75- m-120-mac-*, latin-iso8859-9:-apple-monaco*-medium-r-normal--11-110-75-75- m-120-mac-*,
    utf-8:-apple-monaco*-medium-r-normal--11-110-75-75-m-120-mac-*,
    " nil t)
  (error (print (list "Warning: " e))))


That should give you a size 11.
Peter's solution should work, too.

- Dave




reply via email to

[Prev in Thread] Current Thread [Next in Thread]