diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-14 17:42:58 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-14 17:42:58 +0200 |
commit | bbed0b43f7ac19f882d9a453d9b22689d4d844f7 (patch) | |
tree | acfa0937cbd699c780dad8213a24820c6b23ac69 /doc/classes | |
parent | 5ff8e4ee67de5bff0f5c4f75429e8cc202493adb (diff) | |
parent | e94ac75d3da19dfeb6cf577585795e977ae3e3d7 (diff) |
Merge pull request #65774 from bruvzg/no_mono_hinting
Do not use horizontal hinting for the editor monospace font.
Diffstat (limited to 'doc/classes')
-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. |