From ab34288e18132177ba991755f784305a19c5804d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 22 Sep 2021 22:01:17 +0200 Subject: [PATCH] doc: foot.ini: mention how dpi-aware interacts with :pixelsize=N --- doc/foot.ini.5.scd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/foot.ini.5.scd b/doc/foot.ini.5.scd index 3e187042..32d838a7 100644 --- a/doc/foot.ini.5.scd +++ b/doc/foot.ini.5.scd @@ -168,6 +168,13 @@ in this order: dynamically scaled. Whichever size (of the available ones) that best matches the DPI or scaling factor, will be used. + Also note that if the font size has been specified in pixels + (*:pixelsize=*_N_, instead of *:size=*_N_), DPI scaling + (*dpi-aware=yes*) will have no effect (the specified pixel size + will be used as is). But, if the monitor's scaling factor is used + to size the font (*dpi-aware=no*), the font's pixel size will be + multiplied with the scaling factor. + Default: _auto_ *pad*