Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

FcStrSetAddFilename(3)


FcStrSetAddFilename

FcStrSetAddFilename

NAME
SYNOPSIS
DESCRIPTION
VERSION

NAME

FcStrSetAddFilename − add a filename to a string set

SYNOPSIS

#include <fontconfig.h>

FcBool FcStrSetAddFilename (FcStrSet *set, const FcChar8 *s);

DESCRIPTION

Adds a copy s to set, The copy is created with FcStrCopyFilename so that leading ’~’ values are replaced with the value of the HOME environment variable.

VERSION

Fontconfig version 2.4.1



FcStrSetAddFilename(3)