1FcStrSetAddFilename(3) FcStrSetAddFilename(3)
23
4
NAME
6FcStrSetAddFilename - add a filename to a string set
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcStrSetAddFilename(FcStrSet *set);
12(const FcChar8 *s);
13.fi
14
DESCRIPTION
16Adds a copy s to set, The copy is created with FcStrCopyFilename so
17that leading '~' values are replaced with the value of the HOME envi‐
18ronment variable.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcStrSetAddFilename(3)