andre487
andre487

Reputation: 1397

Is it possible to recognize font typeface class using fontconfig, HarfBuzz or freetype?

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

Answers (0)

Related Questions