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

FcCharSetMerge - Merge charsets

Description

Adds all chars in b to a. In other words, this is an in-place version of FcCharSetUnion. If changed is not NULL, then it returns whether any new chars from b were added to a. Returns FcFalse on failure, either when a is a constant set or from running out of memory. Fontconfig 2.15.0 04 July 2025 FcCharSetMerge(3)

Name

FcCharSetMerge - Merge charsets

Synopsis

#include<fontconfig/fontconfig.h>FcBoolFcCharSetMerge(FcCharSet*a,constFcCharSet*b,FcBool*changed);

See Also