Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcStrBuildFilename(3)					   FcStrBuildFilename(3)

NAME
     FcStrBuildFilename - Concatenate strings as a file path

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcChar8 * FcStrBuildFilename (const FcChar8 *path, ...);

DESCRIPTION
     Creates  a  filename  from  the given elements of strings as file paths and
     concatenate them with the appropriate file separator.   Arguments	must  be
     null-terminated.	This  returns  a  newly-allocated memory which should be
     freed when no longer needed.

Fontconfig 2.17.1		  02 July 2025		   FcStrBuildFilename(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcStrBuildFilename&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help