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

FreeBSD Manual Pages

  
 
  

home | help
FcFontRenderPrepare(3)					  FcFontRenderPrepare(3)

NAME
     FcFontRenderPrepare - Prepare pattern for loading font file

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcPattern * FcFontRenderPrepare (FcConfig *config, FcPattern *pat, FcPattern *font);

DESCRIPTION
     Creates  a new pattern consisting of elements of font not appearing in pat,
     elements of pat not appearing in font and the best matching value from  pat
     for elements appearing in both. The result is passed to FcConfigSubstitute-
     WithPat with kind FcMatchFont and then returned.

Fontconfig 2.17.1		  02 July 2025		  FcFontRenderPrepare(3)

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

home | help