From ada455247fa6f1ac4348a2a3e08018f916878bcd Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 24 Apr 2020 09:57:53 -0500 Subject: [PATCH] doc/media: fix fc-list command This specifying dpi in the fc-list command filters out all results. --- doc/api/media.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/media.rst b/doc/api/media.rst index 697e0f8..1d620d1 100644 --- a/doc/api/media.rst +++ b/doc/api/media.rst @@ -1455,7 +1455,7 @@ Fonts enter one of these commands:: # List available font families. - fc-list :scalable=false:dpi=119 family + fc-list :scalable=false family # Perform lookup similar to Font.DEFAULT fc-match :scalable=false:dpi=119:family=Lucida:size=12 # Perform lookup similar to Font(size=24,lang=zh-cn)