table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcPatternIterIsValid(3) | FcPatternIterIsValid(3) |
NAME¶
FcPatternIterIsValid - Check whether the iterator is valid or not
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcBool FcPatternIterIsValid (const FcPattern *p, FcPatternIter :iter);
DESCRIPTION¶
Returns FcTrue if iter point to the valid entry in p. returns FcFalse otherwise.
SINCE¶
version 2.13.1
18 1月 2025 | Fontconfig 2.16.0 |