FcCharSetDelChar - Delete a character from a charset
Contents
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);
