* emacs and ttf fonts
@ 2009-02-07 11:23 luca.pamparana
2009-02-07 12:02 ` poppyer
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: luca.pamparana @ 2009-02-07 11:23 UTC (permalink / raw)
To: help-gnu-emacs
Hello,
Currently, I am using emacs 22 and can only use a very limited number
of fonts. I am used to using Monaco which is a TTF fone and am
wondering if the next release of emacs (23) will support these fonts
by default using XFT or something like that.
Cheers,
Luca
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs and ttf fonts
2009-02-07 11:23 emacs and ttf fonts luca.pamparana
@ 2009-02-07 12:02 ` poppyer
2009-02-07 13:26 ` Peter Dyballa
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: poppyer @ 2009-02-07 12:02 UTC (permalink / raw)
To: help-gnu-emacs
luca.pamparana@gmail.com writes:
: Hello,
:
: Currently, I am using emacs 22 and can only use a very limited number
: of fonts. I am used to using Monaco which is a TTF fone and am
: wondering if the next release of emacs (23) will support these fonts
: by default using XFT or something like that.
:
Sure. XFT is one of THE feature in emacs23.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs and ttf fonts
2009-02-07 11:23 emacs and ttf fonts luca.pamparana
2009-02-07 12:02 ` poppyer
@ 2009-02-07 13:26 ` Peter Dyballa
[not found] ` <mailman.84.1234013187.31690.help-gnu-emacs@gnu.org>
2009-02-09 4:36 ` Nurullah Akkaya
3 siblings, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2009-02-07 13:26 UTC (permalink / raw)
To: luca.pamparana; +Cc: help-gnu-emacs
Am 07.02.2009 um 12:23 schrieb luca.pamparana@gmail.com:
> am wondering if the next release of emacs (23) will support these
> fonts by default using XFT or something like that.
It will! And also OTF. Besides, it's the fonts sub-system of your OS
GNU Emacs starts to rely on. XFT allows to anti-alias vector-based
fonts. It seems to be restricted to the default GTK GNU Emacs. Other
windowing systems offer their own support.
--
Greetings
Pete
Know thyself. Need help, call GOOGLE.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs and ttf fonts
[not found] ` <mailman.84.1234013187.31690.help-gnu-emacs@gnu.org>
@ 2009-02-07 20:03 ` luca.pamparana
2009-02-08 22:30 ` Asgeir
0 siblings, 1 reply; 6+ messages in thread
From: luca.pamparana @ 2009-02-07 20:03 UTC (permalink / raw)
To: help-gnu-emacs
On Feb 7, 2:26 pm, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 07.02.2009 um 12:23 schrieb luca.pampar...@gmail.com:
>
> > am wondering if the next release of emacs (23) will support these
> > fonts by default using XFT or something like that.
>
> It will! And also OTF. Besides, it's the fonts sub-system of your OS
> GNU Emacs starts to rely on. XFT allows to anti-alias vector-based
> fonts. It seems to be restricted to the default GTK GNU Emacs. Other
> windowing systems offer their own support.
>
> --
> Greetings
>
> Pete
>
> Know thyself. Need help, call GOOGLE.
Brilliant! Cannot wait :)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs and ttf fonts
2009-02-07 20:03 ` luca.pamparana
@ 2009-02-08 22:30 ` Asgeir
0 siblings, 0 replies; 6+ messages in thread
From: Asgeir @ 2009-02-08 22:30 UTC (permalink / raw)
To: help-gnu-emacs
luca.pamparana@gmail.com writes:
> On Feb 7, 2:26 pm, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
>> Am 07.02.2009 um 12:23 schrieb luca.pampar...@gmail.com:
>>
>> > am wondering if the next release of emacs (23) will support these
>> > fonts by default using XFT or something like that.
>>
>> It will! And also OTF. Besides, it's the fonts sub-system of your OS
>> GNU Emacs starts to rely on. XFT allows to anti-alias vector-based
>> fonts. It seems to be restricted to the default GTK GNU Emacs. Other
>> windowing systems offer their own support.
>>
>> --
>> Greetings
>>
>> Pete
>>
>> Know thyself. Need help, call GOOGLE.
>
> Brilliant! Cannot wait :)
Just install it from cvs and start by M-x info, you'll be astonished.
Really.
--
Asgeir
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: emacs and ttf fonts
2009-02-07 11:23 emacs and ttf fonts luca.pamparana
` (2 preceding siblings ...)
[not found] ` <mailman.84.1234013187.31690.help-gnu-emacs@gnu.org>
@ 2009-02-09 4:36 ` Nurullah Akkaya
3 siblings, 0 replies; 6+ messages in thread
From: Nurullah Akkaya @ 2009-02-09 4:36 UTC (permalink / raw)
Cc: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 590 bytes --]
On Sat, Feb 7, 2009 at 1:23 PM, <luca.pamparana@gmail.com> wrote:
> Hello,
>
> Currently, I am using emacs 22 and can only use a very limited number
> of fonts. I am used to using Monaco which is a TTF fone and am
> wondering if the next release of emacs (23) will support these fonts
> by default using XFT or something like that.
>
> Cheers,
> Luca
>
You don't have to wait.
Just check out emacs from cvs and compile it using gtk toolkit.
I have been using emacs 23 on debian lenny with monaco font for some time.
just run fontconfig and add (set-default-font "monaco") your init file.
[-- Attachment #2: Type: text/html, Size: 909 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-02-09 4:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-07 11:23 emacs and ttf fonts luca.pamparana
2009-02-07 12:02 ` poppyer
2009-02-07 13:26 ` Peter Dyballa
[not found] ` <mailman.84.1234013187.31690.help-gnu-emacs@gnu.org>
2009-02-07 20:03 ` luca.pamparana
2009-02-08 22:30 ` Asgeir
2009-02-09 4:36 ` Nurullah Akkaya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).