1FcCacheCopySet(3) FcCacheCopySet(3)
23
4
NAME
6FcCacheCopySet - Returns a copy of the fontset from cache
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcFontSet * FcCacheCopySet(const FcCache *cache);
12.fi
13
DESCRIPTION
15The returned fontset contains each of the font patterns from cache.
16This fontset may be modified, but the patterns from the cache are read-
17only.
18
VERSION
20Fontconfig version 2.8.0
2122
23
24
18 November 2009 FcCacheCopySet(3)