|
NAMEFcPatternIterStart - Initialize the iterator with the first iterator in the patternSYNOPSIS#include <fontconfig/fontconfig.h> void FcPatternIterStart (const FcPattern *p, FcPatternIter *iter); DESCRIPTIONInitialize iter with the first iterator in p. If there are no objects in p, iter will not have any valid data.SINCEversion 2.13.1
Visit the GSP FreeBSD Man Page Interface. |