Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-09-04 Thread Eric Pruitt
On Tue, Sep 03, 2024 at 02:55:48PM +0200, Storkman wrote: > You could also override it in your FontConfig font config, if you have > the patience to deal with the syntax... > > st > > Input > Sans > Sarasa Term > J >mode="append">U

Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-09-04 Thread Eric Pruitt
On Tue, Sep 03, 2024 at 02:55:48PM +0200, Storkman wrote: > You could also override it in your FontConfig font config, if you have > the patience to deal with the syntax... > > st > > Input > Sans > Sarasa Term > J >mode="append">Un

Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-09-03 Thread Storkman
On Mon, Sep 02, 2024 at 09:00:04AM +0200, Hiltjo Posthuma wrote: > On Sun, Sep 01, 2024 at 05:48:06PM -0700, Eric Pruitt wrote: > > On Sat, Aug 31, 2024 at 01:12:20PM +0200, Robert Bilski wrote: > > > > +/* CJK Fonts */ > > > > +"VL Gothic:pixelsize=12:antialias=true:autohint=true", > > > >

Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-09-02 Thread Eric Pruitt
On Sat, Aug 31, 2024 at 01:12:20PM +0200, Robert Bilski wrote: > > +/* CJK Fonts */ > > +"VL Gothic:pixelsize=12:antialias=true:autohint=true", > > +"WenQuanYi Micro Hei:pixelsize=12:antialias=true:autohint=true", > > Should these be included? Other tools (dwm, dmenu) include a single,

Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-09-02 Thread Hiltjo Posthuma
On Sun, Sep 01, 2024 at 05:48:06PM -0700, Eric Pruitt wrote: > On Sat, Aug 31, 2024 at 01:12:20PM +0200, Robert Bilski wrote: > > > +/* CJK Fonts */ > > > +"VL Gothic:pixelsize=12:antialias=true:autohint=true", > > > +"WenQuanYi Micro Hei:pixelsize=12:antialias=true:autohint=true", > >

Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-09-01 Thread Eric Pruitt
On Sat, Aug 31, 2024 at 01:12:20PM +0200, Robert Bilski wrote: > > +/* CJK Fonts */ > > +"VL Gothic:pixelsize=12:antialias=true:autohint=true", > > +"WenQuanYi Micro Hei:pixelsize=12:antialias=true:autohint=true", > > Should these be included? Other tools (dwm, dmenu) include a single,

Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-08-31 Thread Robert Bilski
> +/* CJK Fonts */ > +"VL Gothic:pixelsize=12:antialias=true:autohint=true", > +"WenQuanYi Micro Hei:pixelsize=12:antialias=true:autohint=true", Should these be included? Other tools (dwm, dmenu) include a single, default entry in the array. These two might not even be installed. --