Bug #2372
[macOS] Monospaced font text lines are clipped at line ends
Description
There is a font rendering issue in the package info popup when viewing the associated readme of a PWAD. At least (only?) on macOS, the monospaced text lines are clipped at the end, suggesting a text length measuring bug in the Qt-based text renderer. Previously, the macOS version used Core Text API.
The last character of each line appears to be missing.
Associated revisions
macOS|libdoomsday|UI: Monospace font clipped at the end
Carriage return characters were confusing the Qt font renderer.
IssueID #2372
Fixed|UI: Tab characters in package notes
IssueID #2372
Fixed|UI: Tab characters in package notes
IssueID #2372
History
#1 Updated by skyjake about 5 years ago
- Target version changed from 2.3.x to 2.2.1
#2 Updated by skyjake about 5 years ago
#3 Updated by skyjake about 5 years ago
- Description updated (diff)
#4 Updated by skyjake about 5 years ago
- Subject changed from [UI] Monospaced font text lines are clipped at line ends to [macOS] Monospaced font text lines are clipped at line ends
#5 Updated by skyjake about 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
#6 Updated by skyjake about 5 years ago
- Description updated (diff)
#7 Updated by skyjake almost 5 years ago
- Status changed from Resolved to Closed
macOS|libdoomsday|UI: Monospace font clipped at the end
Carriage return characters were confusing the Qt font renderer.
IssueID #2372