From a995ae46f3737bff7ded0ed567a31913307c4706 Mon Sep 17 00:00:00 2001 From: MadeScientist <294023457@qq.com> Date: Fri, 12 Dec 2025 19:40:37 +0800 Subject: [PATCH] Rename hinting mode 'Full' to 'Normal' to keep consistency The hinting mode is described as 'Normal' elsewhere in the codebase. --- doc/classes/ResourceImporterDynamicFont.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ResourceImporterDynamicFont.xml b/doc/classes/ResourceImporterDynamicFont.xml index 633f2662d73..b9f2b4805a4 100644 --- a/doc/classes/ResourceImporterDynamicFont.xml +++ b/doc/classes/ResourceImporterDynamicFont.xml @@ -42,7 +42,7 @@ The hinting mode to use. This controls how aggressively glyph edges should be snapped to pixels when rasterizing the font. Depending on personal preference, you may prefer using one hinting mode over the other. Hinting modes other than [b]None[/b] are only effective if the font contains hinting data (see [member force_autohinter]). [b]None:[/b] Smoothest appearance, which can make the font look blurry at small sizes. [b]Light:[/b] Sharp result by snapping glyph edges to pixels on the Y axis only. - [b]Full:[/b] Sharpest by snapping glyph edges to pixels on both X and Y axes. + [b]Normal:[/b] Sharpest by snapping glyph edges to pixels on both X and Y axes. If set to [code]true[/code], when aligning glyphs to the pixel boundaries rounding remainders are accumulated to ensure more uniform glyph distribution. This setting has no effect if subpixel positioning is enabled.