r910.htmlPrev  FcObjectSetBuild
Name
FcObjectSetBuild, FcObjectSetVaBuild -- Build object set from args Synopsis
#include <fontconfig.h>
	
FcObjectSet * FcObjectSetBuild(const char *first, ...);
FcObjectSet * FcObjectSetVaBuild(const char *first, va_listva);
Description
These build an object set from a null-terminated list of property names.
	    
Version
Fontconfig version 2.3.91
	    
r910.htmlPrev index.htmlHome  FcObjectSetDestroy x93.html#AEN863Up  