Re: [dev] [st] broken xft fallback with point size

2016-04-19 Thread Amer
> Supporting fallback fonts doesn't mean it supports passing comma > separated list of fonts as parameter (either command line or compile > time). Maybe if it's not mentioned in the man is because it doesn't > work that way. Thanks, my misunderstanding is cleared now. I applied the ideology used i

Re: [dev] [st] broken xft fallback with point size

2016-04-19 Thread Quentin Rameau
> If I understood correctly, I should re-submit the same bug anew to > dev@suckless.org. But change marker in title to [fontconfig]? fontconfig isn't developped at suckless. > > man st: -f font defines the font to use when st is run. > > I read font, not fonts there. > > 1. st genuinely support

Re: [dev] [st] broken xft fallback with point size

2016-04-19 Thread Eric Pruitt
On Tue, Apr 19, 2016 at 06:31:00PM +0300, Amer wrote: > > man st: -f font defines the font to use when st is run. > > I read font, not fonts there. > > 1. st genuinely supports fallback fonts more then 3 years already. > Maybe it has flaws and not mentioned in man, but at least works. I don't

Re: [dev] [st] broken xft fallback with point size

2016-04-19 Thread Amer
> Ask the person maintaining fontconfig. St uses FcNameParse() from > font‐ config in your case. Christoph Lohmann, thanks for directions. Earlier, I thought it was st-related problem, because it worked in dwm. Now I see that st does nothing to font string, passing to Fc. If I understood correctl

Re: [dev] [st] broken xft fallback with point size

2016-04-19 Thread Quentin Rameau
On Tue, 19 Apr 2016 15:36:24 +0300 Amer wrote: > Works > $ st -f 'Inconsolata-12,DejaVu Sans Mono-12' > $ st -f 'Inconsolata:pixelsize=15,DejaVu Sans Mono:pixelsize=15' > > Broken > $ st -f 'Inconsolata:size=15,DejaVu Sans Mono:size=15' > : st: can't open font Inconsolata:size=15

Re: [dev] [st] broken xft fallback with point size

2016-04-19 Thread Christoph Lohmann
Greetings. On Tue, 19 Apr 2016 15:28:36 +0200 Amer wrote: > Works > $ st -f 'Inconsolata-12,DejaVu Sans Mono-12' > $ st -f 'Inconsolata:pixelsize=15,DejaVu Sans Mono:pixelsize=15' > > Broken > $ st -f 'Inconsolata:size=15,DejaVu Sans Mono:size=15' > : st: can't open font Inconsol

[dev] [st] broken xft fallback with point size

2016-04-19 Thread Amer
Works $ st -f 'Inconsolata-12,DejaVu Sans Mono-12' $ st -f 'Inconsolata:pixelsize=15,DejaVu Sans Mono:pixelsize=15' Broken $ st -f 'Inconsolata:size=15,DejaVu Sans Mono:size=15' : st: can't open font Inconsolata:size=15,DejaVu Sans Mono:size=15 Is it a bug or the support for 'size