Reputation: 1399
I have set of libraries: fontconfig, freetype, harfbuzz. Is it possible to get scripts list supported by the font?
The task is to create a map of fonts for different unicode scripts.
HarfBuzz, for example, has enum that contains scripts. But I don't understand, is it possible to extract this info from hb_font_t
or hb_face_t
.
Or maybe it's possible to get this info from fontconfig or freetype?
Upvotes: 3
Views: 108