#include <fontconfig.h>
FcObjectSet * FcObjectSetBuild (const char *first, ...);
FcObjectSet * FcObjectSetVaBuild (const char *first, va_listva);
These build an object set from a null-terminated list of property names.
Fontconfig version 2.3.2
Table of Contents