|
How to flip text |
Posted by aldy on Apr-10-2017 10:59 |
|
Hi, I have a wafer that has text added on each die(rectangle). The wafer can then be rotated and flipped, rotation is fine since text2() has argument for angle, my problem is how to flip it vertically/horizontally. How can this be achieved in chartdirector? Attached is a portion of wafer with vFlip() applied.
|
Re: How to flip text |
Posted by Peter Kwan on Apr-10-2017 17:10 |
|
Hi aldy,
You can use hFlip and vFlip to filp the entire chart. Do you mean you want to flip the chart graphics but not the text? To do this, you may have to add the text after the flipping, not before the flipping. May be your code can try to determine the center point of the text before flipping. It can then compute the center point after flipping, and draw the text center on that point.
Regards
Peter Kwan |
|