diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-09-14 11:05:09 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-09-14 11:05:09 +0300 |
commit | e94ac75d3da19dfeb6cf577585795e977ae3e3d7 (patch) | |
tree | 3dc23f845a51fc7b7e2fc500e3557c9f0f726739 /doc | |
parent | 240fb8666a98b50b18bbf1496c6ce1ff56be288b (diff) | |
download | redot-engine-e94ac75d3da19dfeb6cf577585795e977ae3e3d7.tar.gz |
Do not use horizontal hinting for the editor monospace font.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TextServer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ </constant> <constant name="HINTING_NORMAL" value="2" enum="Hinting"> 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. </constant> <constant name="SUBPIXEL_POSITIONING_DISABLED" value="0" enum="SubpixelPositioning"> Glyph horizontal position is rounded to the whole pixel size, each glyph is rasterized once. |