FcCacheCopySet(3)FcCacheCopySet(3)NAMEFcCacheCopySet - Returns a copy of the fontset from cache
SYNOPSIS
#include <fontconfig.h>
FcFontSet * FcCacheCopySet (const FcCache *cache);
DESCRIPTION
The returned fontset contains each of the font patterns from cache.
This fontset may be modified, but the patterns from the cache are read-
only.
VERSION
Fontconfig version 2.5.0
13 November 2007 FcCacheCopySet(3)