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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 How to Add a transparent textlayer?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
supersk Posted - Oct 15 2019 : 05:01:36
How to Add a transparent textlayer like Text1 in the following pic


3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 16 2019 : 15:02:22
Hi

You have set: EnableFormatting = true;

When Rich Text formatting is enabled, tramsparecy is not possible and the background is always painted.

EnableFormatting is only needed if you are looking to have different formatting within the same text block.

Nigel
Xequte Software
www.imageen.com
supersk Posted - Oct 16 2019 : 03:37:10
set FillColor to clNone. You will get different result.
Using “ADD 1” you will get transparent backgroud, but using “ADD 2” you will get white backgroud. Why? The code as follow.


attach/supersk/201910163376_LineErr.zip
9.74 KB
xequte Posted - Oct 15 2019 : 17:00:54
Hi

As long as the text layer is not formatted, you can set FillColor to clNone:

https://www.imageen.com/help/TIETextLayer.FillColor.html



Nigel
Xequte Software
www.imageen.com