Skip to content

Fix score estimation for postscriptname

Akira TAGOH requested to merge tagoh/fontconfig:fix-postscript-matcher into main

Before this fix: $ fc-match :postscriptname=LiberationSans LiberationSansNarrow.ttf: "Liberation Sans Narrow" "Regular"

After this fix: $ fc-match :postscriptname=LiberationSans LiberationSans-Regular.ttf: "Liberation Sans" "Regular"

See https://bugzilla.redhat.com/show_bug.cgi?id=1946871

Merge request reports