www.LinuxHowtos.org





FcCacheCopySet

Section: (3)
Updated: 05 8月 2016
Index Return to Main Contents
 

NAME

FcCacheCopySet - Returns a copy of the fontset from cache  

SYNOPSIS

#include <fontconfig/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.


 

Index

NAME
SYNOPSIS
DESCRIPTION