table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcPatternIterStart(3) | FcPatternIterStart(3) |
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
18 1月 2025 | Fontconfig 2.16.0 |