Sometimes FcFontMatch in xloadfont does not match the font the user
expects. This happens because fontconfig attempts to find a matching
font using heuristics. To deal with this I wrote a patch[1] that
allows the user to explicitly state the prefered italic, bold and
bold italic fonts.
My que
Sorry, I amended the commit I shared.
Here's my branch: https://github.com/kioplato/st/tree/user-specified-fonts
Thanks,
Plato Kiorpelidis
On Fri, Aug 05, 2022 at 11:55:39PM +0300, Plato Kiorpelidis wrote:
> Sometimes FcFontMatch in xloadfont does not match the font the user expects.
> This happens because fontconfig attempts to find a matching font using
> heuristics. To deal with this I wrote a patch[1] that allows the user to
> exp
I mindlessly amended the commit I shared.
Here is my branch: https://github.com/kioplato/st/tree/user-specified-fonts
Thanks,
Plato Kiorpelidis
Hi,
On Sat, Aug 06, 2022 at 01:31:16AM +0300, Plato Kiorpelidis wrote:
> Here is my branch: https://github.com/kioplato/st/tree/user-specified-fonts
Please, can you send a patch to show the changes instead of a link
a some random page?
Regards,
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[] = {
>