r365.htmlPrev r422.htmlNext FcPatternAddWeak
Name
FcPatternAddWeak -- Add a value to a pattern with weak binding Synopsis
#include <fontconfig.h>
	
FcBool FcPatternAddWeak(FcPattern *p, const char *object, FcValuevalue, FcBoolappend);
Description
FcPatternAddWeak is essentially the same as FcPatternAdd except that any
values added to the list have binding 
weak instead of strong.
	    
Version
Fontconfig version 2.3.91
	    
r365.htmlPrev index.htmlHome r422.htmlNext FcPatternAdd x93.html#AEN246Up FcPatternAdd-Type 