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

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

bug#57372: no-toolkit menu popups do not respect emacs font configuratio


From: Tomas Hlavaty
Subject: bug#57372: no-toolkit menu popups do not respect emacs font configuration
Date: Wed, 24 Aug 2022 21:01:20 +0200

On Wed 24 Aug 2022 at 20:59, Eli Zaretskii <eliz@gnu.org> wrote:
>> I find the alien X resource fonts the ugliest, unreadable and very
>> inconvenient because the font size is completely wrong and inconvenient
>> to control.
>
> But you can customize that via the X resources, can't you?  Just tell
> the menus to use the same font Emacs uses for its default face.

I suppose it is possible, but complex and inconvenient.
Why do I need to do that in the first place?

In my example, I had a function like this:

(defun set-text-height (new-height)
  (set-face-attribute 'default nil :height new-height))

How could I achieve what you suggest so that setting the font height
would also apply to menu item X resource font?





reply via email to

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