mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Line width
This commit is contained in:
parent
6f9cfdea7e
commit
a41b866e60
@ -386,8 +386,8 @@ bool FontLoader::available(FontInfo const & f)
|
||||
|
||||
bool FontLoader::canBeDisplayed(char_type c)
|
||||
{
|
||||
// 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
|
||||
// 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.
|
||||
if (c == 0x0009 || c == 0x000a || c == 0x000c || c == 0x000d)
|
||||
|
Loading…
Reference in New Issue
Block a user