Linux Commands Examples

A great documentation place for Linux commands

fc-list

list available fonts


see also : fc-match - fc-cat - fc-cache - fc-pattern - fc-query - fc-scan

Synopsis

fc-list [ -vVh ] [ --verbose ] [ [ -f format ] [ --format format ] ] [ --version ] [ --help ]

[ pattern [ element... ] ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

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.


description

fc-list lists fonts and styles available on the system for applications using fontconfig. If any elements are specified, only those are printed. Otherwise family and style are printed, unless verbose output is requested.

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

Print verbose output of the whole font pattern for each match, or elements if any is provided.

-f

Format output according to the format specifier format.

-V

Show version of the program and exit.

-h

Show summary of options.

pattern

If this argument is set, only fonts matching pattern are displayed.

element

If set, the element property is displayed for matching fonts.


see also

fc-match FcFontList FcPatternFormat fc-cat fc-cache fc-pattern fc-query fc-scan

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[:at:]keithp[:dot:]com> and Josselin Mouette <joss[:at:]debian[:dot:]org>.

How can this site be more helpful to YOU ?


give  feedback