from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcPatternIterStart
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
NAME
FcPatternIterStart - Initialize the iterator with the first iterator in the pattern
SYNOPSIS
#include <fontconfig/fontconfig.h>
void FcPatternIterStart (const FcPattern *p, FcPatternIter *iter);
DESCRIPTION
Initialize iter with the first iterator in p.
If there are no objects in p, iter
will not have any valid data.
SINCE
version 2.13.1
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SINCE
-
|