logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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