www.LinuxHowtos.org
FcFontSetSortDestroy
Section: (3)Updated: 02 July 2025
Index Return to Main Contents
NAME
FcFontSetSortDestroy - DEPRECATED destroy a font setSYNOPSIS
#include <fontconfig/fontconfig.h> void FcFontSetSortDestroy (FcFontSet *set);
DESCRIPTION
This function is DEPRECATED. FcFontSetSortDestroy destroys set by calling FcFontSetDestroy. Applications should use FcFontSetDestroy directly instead.