emacs-devel
[Top][All Lists]
Advanced

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

Re: master 371c4f642a 1/2: Add new commands to zoom emojis


From: Arash Esbati
Subject: Re: master 371c4f642a 1/2: Add new commands to zoom emojis
Date: Tue, 05 Jul 2022 20:23:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

Visuwesh <visuweshm@gmail.com> writes:

>> Is there another way to tell Emacs "Use a reduced size for Emojis, but
>> be flexible when requested otherwise?"  So basically behave like the
>> definition above for `default'?
>
> Maybe `face-font-rescale-alist'?

Thanks, that works.  Now I have this in my .emacs and 'C-x 8 e +' works
as expected:

    (set-fontset-font t 'emoji
                      (font-spec :family   "Segoe UI Emoji"
                                 :registry "iso10646-1")
                      nil 'prepend)

    (add-to-list 'face-font-rescale-alist
                 '("Segoe UI Emoji" . 0.93)
                 t)

Thanks for the hint.

Best, Arash



reply via email to

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