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

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

make-frame with custom font size


From: Sam Halliday
Subject: make-frame with custom font size
Date: Wed, 4 Mar 2015 07:17:07 -0800 (PST)
User-agent: G2/1.0

Hi all,

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?

I'm currently manually running

  (set-frame-font "14")

which works, but is very awkward.

Best regards,
Sam


reply via email to

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