Not as elegant as https://www.talkgraphics.com/showthr...lved-for-v15-0, but it retains text as text.

For your Text Line, Column or Area, use the Select Tool and add the special Name, htmlclass="stretch".
In the Website > HTML Code (head), add:
Code:
<style>.stretch { transform:scale(1, 0.5); }
</style>
You would need to create different classes for each scaling you require:
Code:
.stretchHV { transform:scale(H, V); }
Keep H or V equal to 1 and set the other to a decimal smaller than one.

It is not elegant as you do not see the effect until Previewed.

Acorn