Thanks for the info. But will it enlarge text if the amount of text is smaller than the area?
TIA
Yogi Yang
xequte
Posted - Jan 27 2021 : 01:49:14 Hi
You can use:
// Make text that is too big for display automatically shrink to a smaller font size
TIETextLayer( ImageEnView1.CurrentLayer ).TextOverflow := ieoShrink;
ImageEnView1.Update()