[dev] [PATCH] font: allow user specified italic, bold, italic bold fonts

2022-08-06 Thread Plato Kiorpelidis
Sometimes FcFontMatch does not return the font the user considers to be the matching italic, bold or italic bold version of the one specified in config.h. To deal with this, allow the user to specify the exact font for italic, bold and italic bold versions. If any of these are not provided, the

Re: [dev] [st] incorrect italic, bold, bold italic versions

2022-08-06 Thread Roberto E. Vargas Caballero
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[] = { >

Re: [dev] Re: [st] incorrect italic, bold, bold italic versions

2022-08-06 Thread Roberto E. Vargas Caballero
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,