1FcStrCopyFilename(3) FcStrCopyFilename(3)
23
4
NAME
6FcStrCopyFilename - copy a string, expanding '~'
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar8 * FcStrCopyFilename (const FcChar8 *s);
12
DESCRIPTION
14Just like FcStrCopy except that it converts any leading '~' characters
15in s to the value of the HOME environment variable. Returns NULL if
16'~' is present in s and HOME is unset.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcStrCopyFilename(3)