www.LinuxHowtos.org





FcPatternIterIsValid

Section: (3)
Updated: 02 July 2025
Index Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
SINCE