1. NAME▲
FcStrSetAddFilename - add a filename to a string set
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcBool FcStrSetAddFilename(FcStrSet *\fIset\fB);
(const FcChar8 *\fIs\fB);
\fR.fi3. DESCRIPTION▲
Adds a copy s to set, The copy is created with FcStrCopyFilename so that leading '~' values are replaced with the value of the HOME environment variable.
4. VERSION ▲
Fontconfig version 2.8.0