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
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
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
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