ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TextStyling.FillTransparency1 conflicts with Zoom
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

bajie

19 Posts

Posted - May 11 2026 :  22:18:04  Show Profile  Reply

ImageEnView1.IO.LoadFromFile('C:\Users\test\Pictures\test.jpg');
ImageEnView1.AutoFit := True;

ImageEnView1.LayersAdd( ielkText ); // add a new textlayer
  lyr := TIETextLayer( ImageEnView1.CurrentLayer );
  lyr.Text := 'TEXT';
  lyr.Font.Color := clred;
  lyr.Font.Size := 100;
  lyr.AutoSize    := True;
  lyr.TextStyling.BorderWidth := 2;
  lyr.TextStyling.BorderColor := clblue;
  lyr.TextStyling.FillTransparency1 := 10;




ImageEnView1.IO.LoadFromFile('C:\Users\test\Pictures\test.jpg');
  // ImageEnView1.AutoFit := True;

  ImageEnView1.LayersAdd( ielkText ); // add a new textlayer
  lyr := TIETextLayer( ImageEnView1.CurrentLayer );
  lyr.Text := 'TEXT';
  lyr.Font.Color := clred;
  lyr.Font.Size := 100;
  lyr.AutoSize    := True;
  lyr.TextStyling.BorderWidth := 2;
  lyr.TextStyling.BorderColor := clblue;
  lyr.TextStyling.FillTransparency1 := 10;





ImageEnView1.IO.LoadFromFile('C:\Users\test\Pictures\test.jpg');
ImageEnView1.AutoFit := True;

ImageEnView1.LayersAdd( ielkText ); // add a new textlayer
  lyr := TIETextLayer( ImageEnView1.CurrentLayer );
  lyr.Text := 'TEXT';
  lyr.Font.Color := clred;
  lyr.Font.Size := 100;
  lyr.AutoSize    := True;
  lyr.TextStyling.BorderWidth := 2;
  lyr.TextStyling.BorderColor := clblue;
  lyr.TextStyling.FillTransparency1 := 255;



bajie

19 Posts

Posted - May 12 2026 :  07:08:55  Show Profile  Reply
Zoom also conflicts with TextLayer.SoftShadow. When zoomed to a very small size, the text (TextLayer.SoftShadow.Enabled := True) fails to render.
Go to Top of Page

xequte

39420 Posts

Posted - May 12 2026 :  17:36:39  Show Profile  Reply
Hi

We've made some improvements to stylized text rendering in the current beta. Can you email me for it.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

bajie

19 Posts

Posted - May 13 2026 :  22:02:36  Show Profile  Reply
Ok
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: