I need to stretch some text and I'd need to stretch it by a certain percentage (90%, for example).
I think the font-stretch property works looking for a font variant representing the same font family at a different stretch.
What I need is not to select a font variant, but to scale the text horizontally. In PDF it is simple, since it means composing the CTM (current transformation matrix) with the one representing the x-scaling.
But how do I tell prince to do that in terms of CSS?
I think the font-stretch property works looking for a font variant representing the same font family at a different stretch.
What I need is not to select a font variant, but to scale the text horizontally. In PDF it is simple, since it means composing the CTM (current transformation matrix) with the one representing the x-scaling.
But how do I tell prince to do that in terms of CSS?