Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fc-list(1) [xfree86 man page]

FC-LIST(1)						      General Commands Manual							FC-LIST(1)

NAME
fc-list - list available fonts SYNOPSIS
fc-list [font-pattern] DESCRIPTION
If font pattern is not given, fc-list lists all available faces and styles in the current font configuration. SEE ALSO
fontconfig(3) XFree86 Version 4.7.0 FC-LIST(1)

Check Out this Related Man Page

FC-LIST(1)																FC-LIST(1)

NAME
fc-list - list available fonts SYNOPSIS
fc-list [ -vV? ] [ --verbose ] [ --version ] [ --help ] [ pattern ] [ element ] DESCRIPTION
fc-list lists fonts and styles available on the system for applications using fontconfig. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -v --verbose Display status information while busy. -? --help Show summary of options. -V --version Show version of the program and exit. pattern If this argument is set, only fonts matching pattern are displayed. element If set, the element property is displayed for matching fonts. EXAMPLES
fc-list Lists all font faces. fc-list :lang=hi Lists font faces that cover Hindi. fc-list : family style file spacing Lists the filename and spacing value for each font face. ``:'' is an empty pattern that matches all fonts. SEE ALSO
fc-cache (1). The fontconfig user's guide, in HTML format: /usr/share/doc/fontconfig/fontconfig-user.html. AUTHOR
This manual page was written by Keith Packard <keithp@keithp.com> and Josselin Mouette <joss@debian.org>. 05 May 2008 FC-LIST(1)
Man Page