diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-01-15 18:39:48 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-02-13 16:54:06 -0800 |
commit | 6bffe1a95bfd6609358d38590ad638c688232575 (patch) | |
tree | 515b3053dcda6bab42b7a343572a85e3804f4f31 /fc-match | |
parent | 4074fd254e5ad707448d3665a034e0fbdf6de033 (diff) |
Add fc-scan too that runs FcFileScan/FcDirScan
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead
of FcFreeTypeQuery.
Diffstat (limited to 'fc-match')
-rw-r--r-- | fc-match/fc-match.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fc-match/fc-match.sgml b/fc-match/fc-match.sgml index bb0d84ec..8c710330 100644 --- a/fc-match/fc-match.sgml +++ b/fc-match/fc-match.sgml @@ -164,13 +164,14 @@ are printed. The <option>--all</option> option works like <title>SEE ALSO</title> <para> - <command>fc-cat</command>(1) - <command>fc-cache</command>(1) <command>fc-list</command>(1) - <command>fc-query</command>(1) <function>FcFontMatch</function>(3) <function>FcFontSort</function>(3) <function>FcPatternFormat</function>(3) + <command>fc-cat</command>(1) + <command>fc-cache</command>(1) + <command>fc-query</command>(1) + <command>fc-scal</command>(1) </para> <para>The fontconfig user's guide, in HTML format: |