[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: observations for ns*.m files (Re: Emacs.app merged)
From: |
Jason Rumney |
Subject: |
Re: observations for ns*.m files (Re: Emacs.app merged) |
Date: |
Mon, 28 Jul 2008 16:10:33 +0100 |
User-agent: |
Thunderbird 2.0.0.16 (Windows/20080708) |
Adrian Robert wrote:
> Also, how does one specify multiple attributes in the new formats; are
> these correct?
>
> Monaco-10:bold,italic
> Monaco Bold Italic 10
The latter is correct, and is about as advanced as GTK font specs can
get. In fontconfig format it would be:
Monaco-10:bold:italic
Or using a more generic notation which can be extended to fit your needs
(such as specifying whether to antialias):
Monaco:size=10:weight=bold:slant=italic