[doc] Fix inaccuracy in FcFontRenderPrepare docs (#16985)
This commit is contained in:
parent
e04afe83de
commit
b21bea3731
|
@ -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 *
|
||||||
|
|
Loading…
Reference in New Issue