logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcFontRenderPrepare - Prepare pattern for loading font file

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 FcConfigSubstituteWithPat with kind FcMatchFont and then returned. Fontconfig 2.15.0 04 July 2025 FcFontRenderPrepare(3)

Name

FcFontRenderPrepare - Prepare pattern for loading font file

Synopsis

#include<fontconfig/fontconfig.h>FcPattern*FcFontRenderPrepare(FcConfig*config,FcPattern*pat,FcPattern*font);

See Also