Man Page
Manual Section... (3) - page: FcObjectSetBuild
NAME
FcObjectSetBuild, FcObjectSetVaBuild, FcObjectSetVapBuild - Build object set from argsSYNOPSIS
#include <fontconfig.h>
FcObjectSet * FcObjectSetBuild (const char *first, ...);
FcObjectSet * FcObjectSetVaBuild (const char *first, va_list va);
void FcObjectSetVapBuild (FcObjectSet *result, const char *first, va_list va);
DESCRIPTION
These build an object set from a null-terminated list of property names. FcObjectSetVapBuild is a macro version of FcObjectSetVaBuild which returns the result in the result variable directly.
VERSION
Fontconfig version 2.6.0
Index
This document was created by man2html, using the manual pages.
Time: 15:27:20 GMT, June 11, 2010
