table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcPatternRemove(3) | FcPatternRemove(3) |
NAME¶
FcPatternRemove - Remove one object of the specified type from the pattern
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcBool FcPatternRemove (FcPattern *p, const char *object, int id);
DESCRIPTION¶
Removes the value associated with the property `object' at position `id', returning whether the property existed and had a value at that position or not.
18 1月 2025 | Fontconfig 2.16.0 |