|
NAMEFcPatternDestroy - Destroy a patternSYNOPSIS#include <fontconfig/fontconfig.h> void FcPatternDestroy (FcPattern *p); DESCRIPTIONDecrement the pattern reference count. If all references are gone, destroys the pattern, in the process destroying all related values.
Visit the GSP FreeBSD Man Page Interface. |