Re: How is the Font DPI Scale stored?

2019-06-12 Thread Nate Graham
On 6/12/19 9:53 AM, Elias Mårtenson wrote: On Wed, 12 Jun 2019 at 17:27, Christoph Feck > wrote: https://wiki.archlinux.org/index.php/Font_configuration says: $ xrdb -query | grep dpi Xft.dpi:        144 You can read XResources via libxcb calls, code in Qt

Re: How is the Font DPI Scale stored?

2019-06-12 Thread Elias Mårtenson
On Wed, 12 Jun 2019 at 17:27, Christoph Feck wrote: > https://wiki.archlinux.org/index.php/Font_configuration says: > > $ xrdb -query | grep dpi > Xft.dpi:144 > > You can read XResources via libxcb calls, code in Qt is here: > > https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/plat

Re: How is the Font DPI Scale stored?

2019-06-12 Thread Christoph Feck
On 06/12/19 08:01, Elias Mårtenson wrote: I am a developer for the McCLIM graphics toolkit, and I would like it to be able to integrate better with KDE. Currently, McCLIm has a hardcoded font scale which is problematic when on a high DPI screen. It's possible f

Re: How is the Font DPI Scale stored?

2019-06-12 Thread Boudewijn Rempt
On woensdag 12 juni 2019 08:01:19 CEST Elias Mårtenson wrote: > I am a developer for the McCLIM graphics > toolkit, and I would like it to be able to integrate better with KDE. > > Currently, McCLIm has a hardcoded font scale which is problematic when on a > high