Re: [dev] [st] incorrect italic, bold, bold italic versions
Hi,
On Sat, Aug 06, 2022 at 04:55:47AM +0600, NRK wrote:
> The font2 patch[0] on the wiki kinda enables fallback fonts. But I
> didn't like the fact that it adds a separate array `font2`. IMO you
> should be able to do this, similar to dmenu/dwm:
>
> static const char *fonts[] = {
> "font0",
> "font1",
> "font2",
> };
>
> And ST would/should prioritize `font0` and then fallback to
> `font1 -> font2 -> ..` etc before attempting it's own heuristics.
I agree with you, it seems a more reasonable way of dealing with the issue.
I don't know what Evil_Bob thinks about it, but I personally would go
to introduce that change in the mainline of st.
Regards,
Received on Sat Aug 06 2022 - 08:52:41 CEST
This archive was generated by hypermail 2.3.0
: Sat Aug 06 2022 - 09:00:09 CEST