Skip to content

Commit a995ae4

Browse files
Rename hinting mode 'Full' to 'Normal' to keep consistency
The hinting mode is described as 'Normal' elsewhere in the codebase.
1 parent 1cf3180 commit a995ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/classes/ResourceImporterDynamicFont.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
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]).
4343
[b]None:[/b] Smoothest appearance, which can make the font look blurry at small sizes.
4444
[b]Light:[/b] Sharp result by snapping glyph edges to pixels on the Y axis only.
45-
[b]Full:[/b] Sharpest by snapping glyph edges to pixels on both X and Y axes.
45+
[b]Normal:[/b] Sharpest by snapping glyph edges to pixels on both X and Y axes.
4646
</member>
4747
<member name="keep_rounding_remainders" type="bool" setter="" getter="" default="true">
4848
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.

0 commit comments

Comments
 (0)