Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
When using the Freetype font engine on Qt Embedded, it is possible to render fonts in the oblique style by specifying a skewing transformation matrix to Freetype before the glyph is rendered. This implies that the QFont[Info]::style() function should return "StyleOblique" as a supported style as it does on X11. At the moment this is not the case.