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

FcCharSetAddChar - Add a character to a charset

Description

FcCharSetAddChar adds a single Unicode char to the set, returning FcFalse on failure, either as a result of a constant set or from running out of memory. Fontconfig 2.15.0 04 July 2025 FcCharSetAddChar(3)

Name

FcCharSetAddChar - Add a character to a charset

Synopsis

#include<fontconfig/fontconfig.h>FcBoolFcCharSetAddChar(FcCharSet*fcs,FcChar32ucs4);

See Also