table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcPatternDuplicate(3) | FcPatternDuplicate(3) |
NAME¶
FcPatternDuplicate - Copy a pattern
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcPattern * FcPatternDuplicate (const FcPattern *p);
DESCRIPTION¶
Copy a pattern, returning a new pattern that matches p. Each pattern may be modified without affecting the other.
18 1月 2025 | Fontconfig 2.16.0 |