|
NAMEFcPatternIterIsValid - Check whether the iterator is valid or notSYNOPSIS#include <fontconfig/fontconfig.h> FcBool FcPatternIterIsValid (const FcPattern *p, FcPatternIter :iter); DESCRIPTIONReturns FcTrue if iter point to the valid entry in p. returns FcFalse otherwise.SINCEversion 2.13.1
Visit the GSP FreeBSD Man Page Interface. |