Support #4288
rotate text WPdfRenderer
Start date:
07/03/2015
Due date:
% Done:
0%
Estimated time:
Description
In libharu, it is possible to rotate text (from the examples on their git).
When I try to apply a styleclass in the html which renders PDF, it is not rotating.
.rotatetext { transform: matrix(-0.000, -1.000, 1.000, 0.000, 0.000, 0.000); } .rotatetext2 { transform:rotate(270deg); }
Is it even possible to do that ?
Updated by Koen Deforche almost 7 years ago
- Status changed from New to Feedback
Hey Steven,
We haven't implemented this CSS3 property in the renderer (the CSS support in the renderer is quite limited, see http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1Render_1_1WTextRenderer.html)
It does sound like it should we should be able to do add this quite easily.
Koen