* Change font size of the status line of a particular frame
@ 2018-08-28 7:08 Cecil Westerhof
2018-08-28 8:18 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Cecil Westerhof @ 2018-08-28 7:08 UTC (permalink / raw)
To: help-gnu-emacs
When I want to change the font size of a particular frame I can use:
C-x C-+/C--
But is there a way to change the font size of the status line of a
particular frame?
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Change font size of the status line of a particular frame
2018-08-28 7:08 Change font size of the status line of a particular frame Cecil Westerhof
@ 2018-08-28 8:18 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2018-08-28 8:18 UTC (permalink / raw)
To: help-gnu-emacs
> From: Cecil Westerhof <Cecil@decebal.nl>
> Date: Tue, 28 Aug 2018 09:08:22 +0200
>
> But is there a way to change the font size of the status line of a
> particular frame?
Yes, you can customize the mode-line face. "M-x customize-face"
changes the font on all frames, so you will need to do this in Lisp,
using set-face-attribute, which can do that only for a specified
frame.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-28 8:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28 7:08 Change font size of the status line of a particular frame Cecil Westerhof
2018-08-28 8:18 ` Eli Zaretskii
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).