Blame doc/FcCacheCopySet.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcCacheCopySet" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcCacheCopySet \- Returns a copy of the fontset from cache
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcFontSet * FcCacheCopySet (const FcCache *\fIcache\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
The returned fontset contains each of the font patterns from
Packit 352660
\fIcache\fR\&. This fontset may be modified, but the patterns
Packit 352660
from the cache are read-only.