Discussion:
Is there a reason why we do not use Qt smallcaps handling?
Jean-Marc Lasgouttes
2014-05-07 09:42:04 UTC
Permalink
Looking at Qt font handling, I noticed there is support for small caps.
Is there a reason why we do not use it and rely on our own home made thing?

The thing is
http://doc.qt.digia.com/4.5/qfont.html#setCapitalization

I notice this has been introduced in Qt 4.4, this is probably the reason
I am looking for :)

JMarc
Richard Heck
2014-05-07 15:09:49 UTC
Permalink
Post by Jean-Marc Lasgouttes
Looking at Qt font handling, I noticed there is support for small
caps. Is there a reason why we do not use it and rely on our own home
made thing?
The thing is
http://doc.qt.digia.com/4.5/qfont.html#setCapitalization
I notice this has been introduced in Qt 4.4, this is probably the
reason I am looking for :)
Probably.

Richard
Jean-Marc Lasgouttes
2014-05-07 15:31:40 UTC
Permalink
Post by Richard Heck
Post by Jean-Marc Lasgouttes
I notice this has been introduced in Qt 4.4, this is probably the
reason I am looking for :)
Probably.
I pushed that to master now, it seems to work well...

JMarc

Loading...