table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
| FcCharSetDestroy(3) | FcCharSetDestroy(3) |
NAME¶
FcCharSetDestroy - Destroy a character set
SYNOPSIS¶
#include <fontconfig/fontconfig.h> void FcCharSetDestroy (FcCharSet *fcs);
DESCRIPTION¶
FcCharSetDestroy decrements the reference count fcs. If the reference count becomes zero, all memory referenced is freed.
| 18 1月 2025 | Fontconfig 2.16.0 |