summaryrefslogtreecommitdiffstats
path: root/x11-fonts/fontconfig/files/fc-scan.1
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-21 04:24:56 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-21 04:24:56 +0800
commitada049fc6447f22cf6869a3e1a23655eb5b94f77 (patch)
tree96958cbe4878dafad4451e422aa07047af1d8a64 /x11-fonts/fontconfig/files/fc-scan.1
parent98db670de6c39f7b5ba236849545ef4688efc024 (diff)
downloadmarcuscom-ports-ada049fc6447f22cf6869a3e1a23655eb5b94f77.tar
marcuscom-ports-ada049fc6447f22cf6869a3e1a23655eb5b94f77.tar.gz
marcuscom-ports-ada049fc6447f22cf6869a3e1a23655eb5b94f77.tar.bz2
marcuscom-ports-ada049fc6447f22cf6869a3e1a23655eb5b94f77.tar.lz
marcuscom-ports-ada049fc6447f22cf6869a3e1a23655eb5b94f77.tar.xz
marcuscom-ports-ada049fc6447f22cf6869a3e1a23655eb5b94f77.tar.zst
marcuscom-ports-ada049fc6447f22cf6869a3e1a23655eb5b94f77.zip
Add */share/fonts as default path and change */lib/X11/fonts to add directory,
now it's same as what Linux has and fontconfig's default configuration. There are a few of ports have fonts installed in share/fonts/ and they don't realized about that those fonts don't work at all. Also, reduce add hack in each font ports if they want to install in share/fonts/ by default. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15514 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts/fontconfig/files/fc-scan.1')
-rw-r--r--x11-fonts/fontconfig/files/fc-scan.152
1 files changed, 52 insertions, 0 deletions
diff --git a/x11-fonts/fontconfig/files/fc-scan.1 b/x11-fonts/fontconfig/files/fc-scan.1
new file mode 100644
index 000000000..0e91ae6b3
--- /dev/null
+++ b/x11-fonts/fontconfig/files/fc-scan.1
@@ -0,0 +1,52 @@
+.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
+.TH "FC-SCAN" "1" "Jan 15, 2009" "" ""
+.SH NAME
+fc-scan \- scan font files or directories
+.SH SYNOPSIS
+.sp
+\fBfc-scan\fR [ \fB-Vh\fR ]
+
+ [ \fB [ -f \fIformat\fB ] [ --format \fIformat\fB ] \fR ] [ \fB--version\fR ] [ \fB--help\fR ] \fB\fIfile\fB\fR\fI...\fR
+.SH "DESCRIPTION"
+.PP
+\fBfc-scan\fR scans
+\fIfile\fR(s) recursively
+and prints out font pattern for each face found.
+.SH "OPTIONS"
+.PP
+This program follows the usual GNU command line syntax,
+with long options starting with two dashes (`-'). A summary of
+options is included below.
+.TP
+\fB-f\fR
+Format output according to the format specifier
+\fIformat\fR.
+.TP
+\fB-V\fR
+Show version of the program and exit.
+.TP
+\fB-h\fR
+Show summary of options.
+.TP
+\fB\fIfile\fB\fR
+Scan \fIfile\fR recursively for font faces.
+.SH "RETURN CODES"
+.PP
+\fBfc-scan\fR returns error code 0 if at least one font
+was found or 1 otherwise.
+.SH "SEE ALSO"
+.PP
+\fBfc-query\fR(1)
+\fBFcFileScan\fR(3)
+\fBFcDirScan\fR(3)
+\fBFcPatternFormat\fR(3)
+\fBfc-cat\fR(1)
+\fBfc-cache\fR(1)
+\fBfc-list\fR(1)
+\fBfc-match\fR(1)
+.PP
+The fontconfig user's guide, in HTML format:
+\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR.
+.SH "AUTHOR"
+.PP
+This manual page was updated by Behdad Esfahbod <behdad@behdad.org>.