1FcStrBuildFilename(3) FcStrBuildFilename(3)
2
3
4
6 FcStrBuildFilename - Concatenate strings as a file path
7
9 #include <fontconfig/fontconfig.h>
10
11 FcChar8 * FcStrBuildFilename (const FcChar8 *path, ...);
12
14 Creates a filename from the given elements of strings as file paths and
15 concatenate them with the appropriate file separator. Arguments must
16 be null-terminated. This returns a newly-allocated memory which should
17 be freed when no longer needed.
18
19
20
21Fontconfig 2.13.92 09 8月 2019 FcStrBuildFilename(3)