www.LinuxHowtos.org





FcCacheSubdir

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

NAME

FcCacheSubdir - Return the i'th subdirectory.  

SYNOPSIS

#include <fontconfig/fontconfig.h>

const FcChar8 * FcCacheSubdir (const FcCache *cache, int i);
 

DESCRIPTION

The set of subdirectories stored in a cache file are indexed by this function, i should range from 0 to n-1, where n is the return value from FcCacheNumSubdir.


 

Index

NAME
SYNOPSIS
DESCRIPTION