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

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

Re: make-frame with custom font size


From: Óscar Fuentes
Subject: Re: make-frame with custom font size
Date: Wed, 04 Mar 2015 16:27:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Sam Halliday <sam.halliday@gmail.com> writes:

> I have several monitors, each with different resolutions, and when I
> create a frame I'd like to specify the font size (which is different
> to my main monitor).
>
> I tried doing this
>
>   (make-frame '(font "14"))
>
> but it doesn't have any effect on the font size. Is there some other
> way to set the font size when I create a frame?

Try

(make-frame '((font . "14")))




reply via email to

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