# phpman > man > fc-list(1)

> **TLDR:** List available fonts installed on the system.
>
- Return a list of installed fonts:
  `fc-list`
- Return a list of installed fonts with given name:
  `fc-list | grep '{{DejaVu Serif}}'`
- Return the number of installed fonts:
  `fc-list | wc {{-l|--lines}}`
- Return a list of installed fonts that support the language based on its locale code:
  `fc-list :lang={{jp}}`
- Return a list of installed fonts that contain the glyph specified by its Unicode code-point:
  `fc-list :charset={{f303}}`

*Source: tldr-pages*

---

[FC-LIST(1)](https://www.chedong.com/phpMan.php/man/FC-LIST/1/markdown)                                                                                [FC-LIST(1)](https://www.chedong.com/phpMan.php/man/FC-LIST/1/markdown)



## NAME
       fc-list - list available fonts

## SYNOPSIS
       **fc-list**  [  **-vVh**  ]   [  **--verbose**  ]  [  **[** **-f** _format_ **]**  **[** **--format** _format_ **]**  ]  [  **[** **-q** **]**  **[**
       **--quiet** **]**  ]  [ **--version** ]  [ **--help** ]

        [ _pattern_  **[** _element..._ **]**   ]

## 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
              provided.

### -f

### -q

### -V

### -h

       _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-match**(1)](https://www.chedong.com/phpMan.php/man/fc-match/1/markdown)  [**FcFontList**(3)](https://www.chedong.com/phpMan.php/man/FcFontList/3/markdown) [**FcPatternFormat**(3)](https://www.chedong.com/phpMan.php/man/FcPatternFormat/3/markdown) [**fc-cat**(1)](https://www.chedong.com/phpMan.php/man/fc-cat/1/markdown) [**fc-cache**(1)](https://www.chedong.com/phpMan.php/man/fc-cache/1/markdown) [**fc-pattern**(1)](https://www.chedong.com/phpMan.php/man/fc-pattern/1/markdown) [**fc-query**(1)](https://www.chedong.com/phpMan.php/man/fc-query/1/markdown)
       [**fc-scan**(1)](https://www.chedong.com/phpMan.php/man/fc-scan/1/markdown)

       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>>.



                                            Aug 13, 2008                                  [FC-LIST(1)](https://www.chedong.com/phpMan.php/man/FC-LIST/1/markdown)
