19 lines
504 B
Groff
19 lines
504 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcCacheCopySet" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCacheCopySet \- Returns a copy of the fontset from cache
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcFontSet * FcCacheCopySet(const FcCache *\fIcache\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
The returned fontset contains each of the font patterns from
|
|
\fIcache\fR\&. This fontset may be modified, but the patterns
|
|
from the cache are read-only.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|