D8610: Fix for some fonts not rendering in bold/italic
Jack Kiefer
noreply at phabricator.kde.org
Thu Nov 2 00:05:09 UTC 2017
jackkiefer created this revision.
jackkiefer added a reviewer: Konsole.
jackkiefer added a project: Konsole.
REVISION SUMMARY
Fixes bug 378523 <https://bugs.kde.org/show_bug.cgi?id=378523>.
Without the patch, fonts specified to be bold/italic as well as fonts drawn in intense colors with the "Draw intense colors as bold" box selected would not render as such.
TEST PLAN
Without patch under bug conditions:
echo -e "text \033[1mbold\033[0m text" -> "bold text" is not bold
With patch under bug conditions:
"echo -e "text \033[1mbold\033[0m text" -> "bold text" is now bold!
REPOSITORY
R319 Konsole
REVISION DETAIL
https://phabricator.kde.org/D8610
AFFECTED FILES
src/TerminalDisplay.cpp
To: jackkiefer, #konsole
Cc: #konsole, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20171102/5c26fb76/attachment.html>
More information about the konsole-devel
mailing list