A <scale> effect would display text with a different width/height.
The anchor of the transformation could be from the bottom left corner of where the <scale> block starts, and shifts text after the </scale> block ends to avoid overlap.
- Possible parameters:
w: Width (default 1.0)
h: Height (default 1.0)
shift: Whether to shift text after it to respect this text's scale (default true)
- Example:
<scale w=1.5 h=2.0 shift>More tall than wide text</scale>the text before this overlaps with this!
This static scale effect could also be used to make other effects like "breathing", scaling up and down over time.
A
<scale>effect would display text with a different width/height.The anchor of the transformation could be from the bottom left corner of where the
<scale>block starts, and shifts text after the</scale>block ends to avoid overlap.w: Width (default1.0)h: Height (default1.0)shift: Whether to shift text after it to respect this text's scale (defaulttrue)<scale w=1.5 h=2.0 shift>More tall than wide text</scale>the text before this overlaps with this!This static scale effect could also be used to make other effects like "breathing", scaling up and down over time.