www.LinuxHowtos.org





FcConfigAppFontClear

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

NAME

FcConfigAppFontClear - Remove all app fonts from font database  

SYNOPSIS

#include <fontconfig/fontconfig.h>

void FcConfigAppFontClear (FcConfig *config);
 

DESCRIPTION

Clears the set of applicatio-specific fonts. If config is NULL, the current configuration is used.


 

Index

NAME
SYNOPSIS
DESCRIPTION