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

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

Re: Text scale mode and additional fonts


From: Eli Zaretskii
Subject: Re: Text scale mode and additional fonts
Date: Sat, 30 Dec 2023 19:47:00 +0200

> From: Rahguzar <rahguzar@zohomail.eu>
> Date: Sat, 30 Dec 2023 12:10:31 +0100
> 
> (setq +bidi-arabic-font (font-spec :family "Mehr Nastaliq Web" :size 28))
> 
> (set-fontset-font t 'arabic +bidi-arabic-font)
> 
> this makes the initial situation better but now the Urdu text is not
> affected by the `text-scale-mode` commands.

That's because the :size attribute is absolute: 28.  Instead, use a
relative value, a float such as 1.5, then it should scale with the
rest of the text.



reply via email to

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