FcStrCopyFilename (3) Linux Manual Page
FcStrCopyFilename – create a complete path from a filename Synopsis #include <fontconfig/fontconfig.h> FcChar8 * FcStrCopyFilename (const FcChar8 *s); Description FcStrCopyFilename constructs an absolute pathname from s. It converts any leading ‘~’ characters in to the value of the HOME environment variable, and any relative paths are converted to absolute paths using the current working directory….
