From 2f3987f5e54d95658f95c6991b0644bc15eedabf Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 15 Oct 2021 12:08:27 +0300 Subject: Text: Fixed a line wrapping issue When the last safe break position was not in the current attributed run, the calculated wrap advance came out incorrect. This was possible when the first glyph in an attributed run didn't fit. --- res/arabic.fontpack/fontpack.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'res/arabic.fontpack') diff --git a/res/arabic.fontpack/fontpack.ini b/res/arabic.fontpack/fontpack.ini index 305878ce..48b40d82 100644 --- a/res/arabic.fontpack/fontpack.ini +++ b/res/arabic.fontpack/fontpack.ini @@ -3,4 +3,5 @@ version = 1 [arabic] name = "Noto Sans Arabic UI" auxiliary = true +allowspace = true # usually auxiliary fonts are not used for spaces regular = "NotoSansArabicUI-Regular.ttf" -- cgit v1.2.3