[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-20 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=416001

--- Comment #9 from Matt Whitlock  ---
I haven't upgraded Qt yet, but my expectation is that this bug is no more.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-20 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=416001

--- Comment #8 from Christoph Feck  ---
The referenced Qt bug was fixed for Qt 5.14.1. Is there anything that needs to
be done in Konsole?

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-11 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=416001

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=416001

--- Comment #7 from Matt Whitlock  ---
Adding the following to a script in ~/.config/plasma-workspace/env/ and
restarting my KDE session makes my Konsole behave correctly again:

# work around https://bugreports.qt.io/browse/QTBUG-80967
export QT_ENABLE_HIGHDPI_SCALING=0

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=416001

--- Comment #6 from Matt Whitlock  ---
These reports appear to regard the exact same issue:

https://phabricator.kde.org/D26185
https://bugreports.qt.io/browse/QTBUG-80967

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-10 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=416001

Matt Whitlock  changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #5 from Matt Whitlock  ---
Created attachment 125011
  --> https://bugs.kde.org/attachment.cgi?id=125011=edit
hinting_comparison_among_apps.png

I just rebooted my system after some updates, and now I too am seeing that
Konsole no longer respects my hinting configuration for DejaVu Sans Mono.

I have hinting disabled system-wide except for small sizes of DejaVu Sans Mono.


Here is my ~/.config/fontconfig/fonts.conf:




 ~/.fonts
 
  
   false
  
 
 
  
   rgb
  
 
 
  
   false
  
 
 
  
   hintnone
  
 
 
  
   DejaVu Sans Mono
  
  
   normal
  
  
   15
  
  
   true
  
  
   hintfull
  
 



Fontconfig definitely picks up my override:

$ fc-match -v 'Consolas' | fgrep -e hint -e file
hintstyle: 0(i)(w)
hinting: False(w)
autohint: False(s)
file: "/usr/local/share/fonts/win10/consola.ttf"(w)
$ fc-match -v 'Noto Sans Mono' | fgrep -e hint -e file
hintstyle: 0(i)(w)
hinting: False(w)
autohint: False(s)
file: "/usr/share/fonts/noto/NotoSansMono-Regular.ttf"(w)
$ fc-match -v 'DejaVu Sans Mono' | fgrep -e hint -e file
hintstyle: 3(i)(w)
hinting: True(w)
autohint: False(s)
file: "/usr/share/fonts/dejavu/DejaVuSansMono.ttf"(w)


But Konsole ignores my override and renders DejaVu Sans Mono without hinting.

Some other KDE applications, such as KCharSelect, do respect my hinting
override, but others, such as Kate, do not. Chromium does. See my attached
screen shot for comparisons.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=416001

--- Comment #4 from Mariusz Glebocki  ---
I think that's not Konsole bug - it affects other Qt Widget apps. System
settings uses QtQuick/Kirigami. Can you verify other QtQuick app? E.g. plasma
discover (with main system font set to monospace one). Maybe system settings
applies selected hinting for its own preview but for some reason does not apply
it system-wide.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-08 Thread Andrzej Rybczak
https://bugs.kde.org/show_bug.cgi?id=416001

--- Comment #3 from Andrzej Rybczak  ---
Indeed. I compared hintings and it looks like hintnone fontconfig setting (even
though I'm using hintfull systemwide).

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416001

--- Comment #2 from Nate Graham  ---
So they are, my mistake, sorry.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-08 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=416001

Mariusz Glebocki  changed:

   What|Removed |Added

 CC||m...@arccos-1.net

--- Comment #1 from Mariusz Glebocki  ---
@Nate Graham please elaborate on this new title. Font preview on the screenshot
is monospace (because the font is). Looks like different hinting.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 416001] Font Preview in profile settings window does not display font in monospace style

2020-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416001

Nate Graham  changed:

   What|Removed |Added

Summary|konsole displays fonts  |Font Preview in profile
   |differently than the rest   |settings window does not
   |of applications |display font in monospace
   ||style
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.