1FcStrBuildFilename(3)                                    FcStrBuildFilename(3)
2
3
4

NAME

6       FcStrBuildFilename - Concatenate strings as a file path
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcChar8 * FcStrBuildFilename (const FcChar8 *path, ...);
12

DESCRIPTION

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.14.1                21 10月 2022            FcStrBuildFilename(3)
Impressum