Search notes:

Shell command: fc-list

fc-list lists fonts and styles that are available on the system for applications that use fontconfig.
fc-list [options] [pattern [element…]]
Using pattern filters the displayed fonts.
element determines which properties are displayed for matching fonts.

Options

-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.
-q Suppress all normal output. returns 1 as the error code if no fonts matched.
-V Show version of the program and exit.
-h Show summary of options.

Examples

Lists all font faces.
fc-list
List of monospaced client-side fonts:
fc-list :spacing=mono
Find fonts that are able to display an alpha (α, U+03B1):
fc-list ':charset=03B1
Lists font faces that cover Hindi:
fc-list :lang=hi
List filenames and spacing value for each font face. (: is an empty pattern that matches all fonts).
fc-list : family style file spacing

See also

Fontconfig
Shell commands

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1758200256, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/fc-list(82): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78