mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-09-25 06:32:43 +01:00
REmoved bold fonts (caused problems rasterization), using custom greyscale color scheme (applications that use colors are now useable).
This commit is contained in:
@@ -129,7 +129,7 @@ KTerminalDisplay::KTerminalDisplay(QQuickItem *parent) :
|
||||
,_fontHeight(1)
|
||||
,_fontWidth(1)
|
||||
,_fontAscent(1)
|
||||
,_boldIntense(true)
|
||||
,_boldIntense(false)
|
||||
,_lines(1)
|
||||
,_columns(1)
|
||||
,_usedLines(1)
|
||||
@@ -1971,7 +1971,7 @@ void KTerminalDisplay::drawCharacters(QPainter* painter,
|
||||
if ( font.bold() != useBold
|
||||
|| font.underline() != useUnderline )
|
||||
{
|
||||
font.setBold(useBold);
|
||||
//font.setBold(useBold);
|
||||
font.setUnderline(useUnderline);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user