From 304d01d1c0e9cca39fc7b9e6543100f01ad09f42 Mon Sep 17 00:00:00 2001 From: Michael Koppmann Date: Wed, 28 Sep 2016 03:47:15 +0200 Subject: [PATCH 1/2] fc-list: add page Fixes issue #978. I know that the format is not the right one, but I wanted to use the same style as in fc-match and fc-pattern. --- pages/linux/fc-list.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/linux/fc-list.md diff --git a/pages/linux/fc-list.md b/pages/linux/fc-list.md new file mode 100644 index 0000000000..42ae305199 --- /dev/null +++ b/pages/linux/fc-list.md @@ -0,0 +1,7 @@ +# fc-list + +> List available fonts installed on the system. + +- Return a list of installed fonts with given name: + +`fc-list | grep '{{Font Name}}'` From 66651b37a4730988d86d96900eb3f1bffbddc9ad Mon Sep 17 00:00:00 2001 From: mkoppmann Date: Wed, 28 Sep 2016 15:33:59 +0200 Subject: [PATCH 2/2] Adapted to new style --- pages/linux/fc-list.md | 2 +- pages/linux/fc-match.md | 2 +- pages/linux/fc-pattern.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/fc-list.md b/pages/linux/fc-list.md index 42ae305199..c3dc233fa6 100644 --- a/pages/linux/fc-list.md +++ b/pages/linux/fc-list.md @@ -4,4 +4,4 @@ - Return a list of installed fonts with given name: -`fc-list | grep '{{Font Name}}'` +`fc-list | grep '{{DejaVu Serif}}'` diff --git a/pages/linux/fc-match.md b/pages/linux/fc-match.md index aeb524e129..9af18eefba 100644 --- a/pages/linux/fc-match.md +++ b/pages/linux/fc-match.md @@ -4,4 +4,4 @@ - Return a sorted list of best matching fonts: -`fc-match -s '{{Font Name}}'` +`fc-match -s '{{DejaVu Serif}}'` diff --git a/pages/linux/fc-pattern.md b/pages/linux/fc-pattern.md index e2d2bf5d60..6be1779901 100644 --- a/pages/linux/fc-pattern.md +++ b/pages/linux/fc-pattern.md @@ -4,4 +4,4 @@ - Display default infomation about a font: -`fc-pattern -d '{{Font Name}}'` +`fc-pattern -d '{{DejaVu Serif}}'`