[doc] Fix inaccuracy in FcFontRenderPrepare docs (#16985)

This commit is contained in:
Behdad Esfahbod 2008-08-12 14:32:40 -04:00
parent e04afe83de
commit b21bea3731
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ The FcFontSet returned by FcFontSort is destroyed by caling FcFontSetDestroy.
Creates a new pattern consisting of elements of <parameter>font</parameter> not appearing Creates a new pattern consisting of elements of <parameter>font</parameter> not appearing
in <parameter>pat</parameter>, elements of <parameter>pat</parameter> not appearing in <parameter>font</parameter> and the best matching in <parameter>pat</parameter>, elements of <parameter>pat</parameter> not appearing in <parameter>font</parameter> and the best matching
value from <parameter>pat</parameter> for elements appearing in both. The result is passed to value from <parameter>pat</parameter> for elements appearing in both. The result is passed to
FcConfigSubstitute with <parameter>kind</parameter> FcMatchFont and then returned. FcConfigSubstituteWithPat with <parameter>kind</parameter> FcMatchFont and then returned.
@@ @@
@RET@ FcFontSet * @RET@ FcFontSet *