diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcpattern.fncs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/fcpattern.fncs b/doc/fcpattern.fncs index 928f0bcc..912d43dc 100644 --- a/doc/fcpattern.fncs +++ b/doc/fcpattern.fncs @@ -313,6 +313,16 @@ in preference to FcPatternGet to provide compile-time typechecking. <function>FcPatternGetRange</function> are available since 2.11.91. @@ +@RET@ FcResult +@FUNC@ FcPatternFindFont +@TYPE1@ const FcPattern * @ARG1@ p +@TYPE3@ FcChar8 ** @ARG3@ ret +@PURPOSE@ Find a font corresponding to a filename in a pattern +@DESC@ +Returns a filename in <parameter>p</parameter> to the font. +@SINCE@ 2.13.0 +@@ + @RET@ FcPattern * @FUNC@ FcPatternBuild @TYPE1@ FcPattern * @ARG1@ pattern |