Introduction to Library Functions FcPatternRemove(3)
NAME
FcPatternRemove - Remove one object of the specified type
from the patternSYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
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. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1