logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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