From e94ac75d3da19dfeb6cf577585795e977ae3e3d7 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:05:09 +0300 Subject: Do not use horizontal hinting for the editor monospace font. --- doc/classes/TextServer.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/classes') diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml index 0db16b491d..2e67c61e54 100644 --- a/doc/classes/TextServer.xml +++ b/doc/classes/TextServer.xml @@ -1720,6 +1720,7 @@ Use the default font hinting mode (crisper but less smooth). + [b]Note:[/b] This hinting mode changes both horizontal and vertical glyph metrics. If applied to monospace font, some glyphs might have different width. Glyph horizontal position is rounded to the whole pixel size, each glyph is rasterized once. -- cgit v1.2.3