|
NAMEFcPatternAddWeak - Add a value to a pattern with weak bindingSYNOPSIS#include <fontconfig/fontconfig.h> FcBool FcPatternAddWeak (FcPattern *p, const char *object, FcValue value, FcBool append); DESCRIPTIONFcPatternAddWeak is essentially the same as FcPatternAdd except that any values added to the list have binding weak instead of strong.
Visit the GSP FreeBSD Man Page Interface. |