|
NAMEFcPatternFindIter - Set the iterator to point to the object in the patternSYNOPSIS#include <fontconfig/fontconfig.h> FcBool FcPatternFindIter (const FcPattern *p, FcPatternIter *iter, const char *object); DESCRIPTIONSet iter to point to object in p if any and returns FcTrue. returns FcFalse otherwise.SINCEversion 2.13.1
Visit the GSP FreeBSD Man Page Interface. |