Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcConfigAppFontAddFile(3)			       FcConfigAppFontAddFile(3)

NAME
     FcConfigAppFontAddFile - Add font file to font database

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcBool FcConfigAppFontAddFile (FcConfig *config, const FcChar8 *file);

DESCRIPTION
     Adds  an application-specific font to the configuration. Returns FcFalse if
     the fonts cannot be added (due to allocation failure or  no  fonts  found).
     Otherwise	returns  FcTrue. If config is NULL, the current configuration is
     used.

Fontconfig 2.17.1		  02 July 2025	       FcConfigAppFontAddFile(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcConfigAppFontAddFile&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help