[dolphin] [Bug 482345] Certain characters in file name completely break Dolphin's text rendering across multiple lines
Adam Fontenot
bugzilla_noreply at kde.org
Mon Feb 17 03:38:59 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=482345
Adam Fontenot <adam.m.fontenot+kde at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #3 from Adam Fontenot <adam.m.fontenot+kde at gmail.com> ---
This appears to be an issue with the fallback font used, which was Minion Math
v1.026. Looking at the font metrics in FontForge, it seems the OS/2 line height
is something absurd. Apparently, when Qt renders a text string that includes
fallback fonts, it changes the line height to be the maximum line height of any
font used in the string. Gtk appears to clip to whatever line height is used by
the default font for the text string (though I haven't tested this closely).
Note that the size of the glyph was a complete red herring in this case.
This definitely isn't a Dolphin specific issue, and I'm not sure it's really
any issue with Qt either. Closing.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list