From c5879c90e231a6ef303f309708302a81056050b0 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 12 Oct 2022 18:44:16 +0200 Subject: [PATCH] font-patcher: Fix wrong ScaleGlyph in Font Awesome [why] This is obviously a complete mess. Firstly it seems the author (me) used the array elements as ranges, which is of course not possible. And them the end has a typo. Sigh. [how] Not consecutive codes must all be given one by one (unfortunately). Signed-off-by: Fini Jastrow --- font-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index a59327e35..0c0990fb8 100755 --- a/font-patcher +++ b/font-patcher @@ -756,7 +756,7 @@ class font_patcher: range(0xf060, 0xf063 + 1), # arrows [0xf053, 0xf054, 0xf077, 0xf078], # chevron all directions range(0xf07d, 0xf07e + 1), # resize - [0xf0d7, 0xf0da, 0xf0dc, 0xf0fe], # caret all directions and same looking sort + [0xf0d7, 0xf0d8, 0xf0d9, 0xf0da, 0xf0dc, 0xf0dd, 0xf0de], # caret all directions and same looking sort range(0xf100, 0xf107 + 1), # angle range(0xf141, 0xf142 + 1), # ellipsis range(0xf153, 0xf15a + 1), # currencies