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

FcFontSetAdd - Add to a font set

Description

Adds a pattern to a font set. Note that the pattern is not copied before being inserted into the set. Returns FcFalse if the pattern cannot be inserted into the set (due to allocation failure). Otherwise returns FcTrue. Fontconfig 2.15.0 04 July 2025 FcFontSetAdd(3)

Name

FcFontSetAdd - Add to a font set

Synopsis

#include<fontconfig/fontconfig.h>FcBoolFcFontSetAdd(FcFontSet*s,FcPattern*font);

See Also