diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-08-02 11:02:19 +0100 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-11-20 17:37:22 +0530 |
commit | 85d9de58ed093ade638b51697fc3a23309e5d5a6 (patch) | |
tree | 44f30e79c854b2f1f317d1876fbdd70ccd39fa37 /doc | |
parent | 7b48fd3dd406b926f0e5240b211f72197ed538a9 (diff) |
Add new API to find out a font from current search path
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 |