X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=doc%2Ffcformat.fncs;h=c136e8cf27c0bbcb8a6ca9e9937cc7699b5fe2c3;hb=8c58dc276895cbeb0e9ae79718b1a38a082709d3;hp=6e22d527d0305faa5ddc2d50a28f037b9f8e154e;hpb=5aaf466d3899842763e746a9c2b745748eb34b48;p=fontconfig.git diff --git a/doc/fcformat.fncs b/doc/fcformat.fncs index 6e22d52..c136e8c 100644 --- a/doc/fcformat.fncs +++ b/doc/fcformat.fncs @@ -36,7 +36,7 @@ caller using free(), or NULL if format is invalid. -The format is loosely modelled after printf-style format string. +The format is loosely modeled after printf-style format string. The format string is composed of zero or more directives: ordinary characters (not "%"), which are copied unchanged to the output stream; and tags which are interpreted to construct text from the pattern in a @@ -164,7 +164,7 @@ a single value for those elements, starting from the first value and continuing as long as any of those elements has a value. For example, the format "%{[]family,familylang{%{family} (%{familylang})\n}}" will expand the pattern "%{family} (%{familylang})\n" with a pattern -having only the first value of the family and familylang elemtns, then expands +having only the first value of the family and familylang elements, then expands it with the second values, then the third, etc. @@ -201,6 +201,13 @@ Expands to the output of the default output format of the fc-list command on the pattern, without the final newline. + +fccat + +Expands to the output of the default output format of the fc-cat +command on the pattern, without the final newline. + + pkgkit