table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcPatternReference(3) | FcPatternReference(3) |
NAME¶
FcPatternReference - Increment pattern reference count
SYNOPSIS¶
#include <fontconfig/fontconfig.h> void FcPatternReference (FcPattern *p);
DESCRIPTION¶
Add another reference to p. Patterns are freed only when the reference count reaches zero.
18 1月 2025 | Fontconfig 2.16.0 |