table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcCacheCopySet(3) | FcCacheCopySet(3) |
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.
18 1月 2025 | Fontconfig 2.16.0 |