From 5b72ca86d72b1da13b7eb10a86fc70f56c1bdd2a Mon Sep 17 00:00:00 2001 From: CLIDragon <84266961+CLIDragon@users.noreply.github.com> Date: Wed, 1 Jan 2025 09:54:15 +1000 Subject: [PATCH] fix minor typographic errors in documentation. --- doc/FONT_OPTIONS.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/FONT_OPTIONS.md b/doc/FONT_OPTIONS.md index 0c1603e84aa33..76f7f703ceac0 100644 --- a/doc/FONT_OPTIONS.md +++ b/doc/FONT_OPTIONS.md @@ -53,9 +53,9 @@ A full object may look like the following: ## Hinting -Hinting is a process of modifying the shapes of the glyphs so that +Hinting is the process of modifying the shapes of glyphs so that they line up better with the pixels in the display device. This -improves readability a low resolutions while potentially changing the +improves readability at low resolutions while potentially changing the shape of the glyphs. Six different settings are available: ### Default @@ -91,9 +91,8 @@ font doesn’t have any hinting tables. ### None This completely skips the hinting step. This will likely produce -blurry text on ordinary, but the glyph shapes will always be -correct. On very high resolution monitors the lack of hinting may not -be noticable. +blurry text, but the glyph shapes will always be correct. On very +high resolution monitors the lack of hinting may not be noticable. ### Bitmap