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: Po Lu
Subject: bug#57372: no-toolkit menu popups do not respect emacs font configuration
Date: Thu, 25 Aug 2022 09:26:42 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Tomas Hlavaty <tom@logand.com> writes:

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

Because that is how the old XMenu library, and most other X programs,
work.

> 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?

X core fonts are not scalable, so they do not support having their
height set.




reply via email to

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