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

FcCharSetDelChar - Delete a character from a charset

Description

FcCharSetDelChar deletes a single Unicode char from the set, returning FcFalse on failure, either as a result of a constant set or from running out of memory.

Name

FcCharSetDelChar - Delete a character from a charset

Since

version 2.9.0 Fontconfig 2.15.0 04 July 2025 FcCharSetDelChar(3)

Synopsis

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

See Also