Sujet : Re: Font support for utf8
De : nunojsilva (at) *nospam* invalid.invalid (Nuno Silva)
Groupes : comp.unix.shellDate : 11. Jul 2025, 08:45:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <104qfes$1d30o$1@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
On 2025-07-10, Lawrence D'Oliveiro wrote:
On Thu, 10 Jul 2025 09:40:58 +0100, Nuno Silva wrote:
>
In this case, wouldn't a more appropriate route be introducing a
terminal escape sequence for this ...
>
Not sure why that’s relevant to issues of font query APIs.
Because the font rendering is a property of the terminal or terminal
emulator. I don't see a reason why a program running inside a terminal
device ought to access directly the rendering library, at least not
without some prior interaction with the terminal device confirming it's
ok to do so. (It could go via termcap/terminfo, but even then, what if a
terminal emulator can use different ways to render fonts? Some dynamic
check might be necessary for that.)
If what you want is just a font query, go ahead. But if what you want is
a font query regarding what the terminal device is currently using, then
I'd say that ought to go via the terminal, and it seems to me that
escape sequences would be a much more fitting way to do that?
-- Nuno Silva