Re: [Development] System-wide font preferences for monospace font

2013-06-20 Thread Aleix Pol
On Wed, May 15, 2013 at 5:40 PM, Jan Kundrát wrote: > On Thursday, 9 May 2013 22:41:07 CEST, Jan Kundrát wrote: > > However, both KDE and Gnome's settings each include more data, > > including the font size and options like bold, italic etc. Are > > these also handled by fontconfig, so that when

Re: [Development] System-wide font preferences for monospace font

2013-05-16 Thread Rutledge Shawn
On 9 May 2013, at 2:09 PM, Jan Kundrát wrote: > In Qt5, the situation looks a bit better, the > qtbase:gui/kernel/qplatformtheme.h contains QPlatformTheme::Font enum with > support for multiple fonts to be used in the application menus, labels etc. > Unfortunately, the support for a "fixed fon

Re: [Development] System-wide font preferences for monospace font

2013-05-09 Thread Thiago Macieira
On quinta-feira, 9 de maio de 2013 14.09.36, Jan Kundrát wrote: > Hi, > it looks like Qt tries to respect the font settings of the underlying > platform in many situations, but there's unfortunately no way (AFAIK) to > get the user's preference for a monospace font. My use case is to fit well > int

[Development] System-wide font preferences for monospace font

2013-05-09 Thread Jan Kundrát
Hi, it looks like Qt tries to respect the font settings of the underlying platform in many situations, but there's unfortunately no way (AFAIK) to get the user's preference for a monospace font. My use case is to fit well into the user's desktop when showing and writing plaintext e-mails. I've