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 |