David Kastrup <[email protected]> writes:

> If one uses the --sort option, one gets dozens of fonts.  The Type1 font
> is at the second place and increasingly dissimilar fallbacks follow.
> The fontformat= entry does not seem to change anything any which way.
> Using foundry=urw in contrast helps.  But that probably is asking more
> than you want.

Something like

fc-match --verbose --sort "Century Schoolbook L:style=Bold"|awk 
'/^$/{if(m){print file;exit(0)}};/fontformat: "Type 1"/{m=1};/file: 
/{match($0,/".*"/)&&file=substr($0,RSTART+1,RLENGTH-2)}'

appears to do the trick.

-- 
David Kastrup



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to