Re: [hackers] [st][PATCH] st-disable-bold-italic-fonts-0.8.2

2019-04-02 Thread Ryan
Fair enough. I'll refactor when I have nothing else to, until then priority for me was to get this working with 0.8.2 :) On Tue, Apr 2, 2019 at 6:32 PM Eric Pruitt wrote: > On Tue, Apr 02, 2019 at 08:15:21AM +0200, Ryan wrote: > > Feel free to change it. All I did with the patch is change the

Re: [hackers] [st][PATCH] st-disable-bold-italic-fonts-0.8.2

2019-04-02 Thread Eric Pruitt
On Tue, Apr 02, 2019 at 08:15:21AM +0200, Ryan wrote: > Feel free to change it. All I did with the patch is change the previous > version so it works with 6.2. I have no interest in the patch itself, just pointing out a problem I saw. Eric

Re: [hackers] [st][PATCH] st-disable-bold-italic-fonts-0.8.2

2019-04-02 Thread Eric Pruitt
On Mon, Apr 01, 2019 at 10:19:30PM -0700, Eric Pruitt wrote: > On Sat, Mar 30, 2019 at 02:31:56PM +0100, Ryan Kes wrote: > > +int disableroman = 0; > > [...] > > + if (!disableitalic) > > + FcPatternAddInteger(pattern, FC_SLANT, FC_SLANT_ITALIC); > > + if (!disableroman) > > +

Re: [hackers] [st][PATCH] st-disable-bold-italic-fonts-0.8.2

2019-04-02 Thread Ryan
Feel free to change it. All I did with the patch is change the previous version so it works with 6.2. On Tue, 2 Apr 2019, 08:13 Eric Pruitt, wrote: > On Sat, Mar 30, 2019 at 02:31:56PM +0100, Ryan Kes wrote: > > +int disableroman = 0; > > [...] > > + if (!disableitalic) > > +

Re: [hackers] [st][PATCH] st-disable-bold-italic-fonts-0.8.2

2019-04-02 Thread Eric Pruitt
On Sat, Mar 30, 2019 at 02:31:56PM +0100, Ryan Kes wrote: > +int disableroman = 0; > [...] > + if (!disableitalic) > + FcPatternAddInteger(pattern, FC_SLANT, FC_SLANT_ITALIC); > + if (!disableroman) > + FcPatternAddInteger(pattern, FC_SLANT, FC_SLANT_ROMAN); I

[hackers] [st][PATCH] st-disable-bold-italic-fonts-0.8.2

2019-03-30 Thread Ryan Kes
--- config.def.h | 6 ++ x.c | 10 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 482901e..4f5aeac 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,12 @@ * font: see

[hackers] [st][PATCH] st-disable-bold-italic-fonts-0.8.2

2019-03-29 Thread Ryan Kes
--- config.def.h | 6 ++ x.c | 10 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 482901e..4f5aeac 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,12 @@ * font: see