logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

FcPatternAddWeak - Add a value to a pattern with weak binding

Description

FcPatternAddWeak is essentially the same as FcPatternAdd except that any values added to the list have binding weak instead of strong. Fontconfig 2.15.0 04 July 2025 FcPatternAddWeak(3)

Name

FcPatternAddWeak - Add a value to a pattern with weak binding

Synopsis

#include<fontconfig/fontconfig.h>FcBoolFcPatternAddWeak(FcPattern*p,constchar*object,FcValuevalue,FcBoolappend);

See Also