From 49e5a48e42537e5cdbf2fbef18c319544a626cc8 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Tue, 18 Apr 2023 14:25:44 +0800 Subject: [WRAPPER] Added more fontconfig wrapped functions (#708) --- src/wrapped/wrappedfontconfig_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedfontconfig_private.h b/src/wrapped/wrappedfontconfig_private.h index bd61dfbd..1b4a50ff 100755 --- a/src/wrapped/wrappedfontconfig_private.h +++ b/src/wrapped/wrappedfontconfig_private.h @@ -60,7 +60,7 @@ GO(FcConfigGetSysRoot, pFp) //GO(FcConfigParseAndLoad, GO(FcConfigReference, pFp) //GO(FcConfigSetCurrent, -//GO(FcConfigSetRescanInterval, +GO(FcConfigSetRescanInterval, iFpi) //GO(FcConfigSetRescanInverval, GO(FcConfigSubstitute, iFppi) GO(FcConfigSubstituteWithPat, iFpppi) @@ -162,7 +162,7 @@ GO(FcPatternGetMatrix, iFppip) GO(FcPatternGetString, iFppip) GO(FcPatternHash, iFp) //GO(FcPatternPrint, -//GO(FcPatternReference, +GO(FcPatternReference, vFp) //GO(FcPatternRemove, GO(FcPatternVaBuild, pFpp) GO(FcStrBasename, pFp) -- cgit 1.4.1