Reputation: 1397
I have set of libraries: fontconfig, freetype, harfbuzz. Is it possible to get font typeface class (serif, sans-serif, monospace) using these libs?
It's possible to detect monospace by fcSpacing == FC_MONO
, but is it possible to detect other classes?
I saw them in /etc/fonts/fonts.conf
, but I don't understand how fontconfig uses it.
Upvotes: -1
Views: 55