1. NAME

FcStrCopy - duplicate a string

2. SYNOPSIS

 
Sélectionnez
\fB#include <fontconfig.h>
 
 FcChar8 * FcStrCopy(const FcChar8 *\fIs\fB);
 \fR.fi

3. DESCRIPTION

Allocates memory, copies s and returns the resulting buffer. Yes, this is strdup, but that function isn't available on every platform.

4. VERSION

Fontconfig version 2.8.0