From 3117a993913d832f34ca17fe0a27c1a56f4c5a66 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Thu, 18 Aug 2022 16:12:52 +0400 Subject: [PATCH] Fix documentation --- docs/source/reference/modding/font.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/modding/font.rst b/docs/source/reference/modding/font.rst index 6f17fa2fa7..d92abafda2 100644 --- a/docs/source/reference/modding/font.rst +++ b/docs/source/reference/modding/font.rst @@ -45,9 +45,9 @@ It is also possible to adjust the font size and resolution via ``settings.cfg`` [GUI] font size = 16 - ttf resolution = 96 + ttf resolution = 75 -The ``font size`` setting accepts clamped values in range from 12 to 20 while ``ttf resolution`` setting accepts values from 48 to 960. +The ``font size`` setting accepts clamped values in range from 12 to 20 while ``ttf resolution`` setting accepts values from 50 to 125. Any Resolution or Size properties in the ``.omwfont`` file have no effect because the engine settings override them.