From: Scott Kostyshak Date: Sat, 3 Dec 2022 00:28:10 +0000 (-0500) Subject: Comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6f9cfdea7e9005ee49bd13962631fdcc80f84565;p=features.git Comment Jürgen confirms that the behavior in #8493 is present with Qt6. --- diff --git a/src/frontends/qt/GuiFontLoader.cpp b/src/frontends/qt/GuiFontLoader.cpp index ea3f1965f2..3857c3fc01 100644 --- a/src/frontends/qt/GuiFontLoader.cpp +++ b/src/frontends/qt/GuiFontLoader.cpp @@ -386,7 +386,7 @@ bool FontLoader::available(FontInfo const & f) bool FontLoader::canBeDisplayed(char_type c) { - // bug 8493: with Qt5, characters with codepoints 9, 10, 12 and 13 + // bug 8493: with Qt5 and Qt6, characters with codepoints 9, 10, 12 and 13 // are rendered as spaces. We handle that in our TeX fonts by making // copies of the glyphs elsewhere, but this may trigger if we are // unlucky.