This forum is a user-to-user community. It is a space for sharing experiences, tips, and advice among users. Official support is not provided here, nor is the forum actively monitored. If you have suggestions, requests or need support then please send a message.
%code
begin
AFontColor := '#FFFFFFFF';
AShapeColor := '#FF40FF40';
AShapeRectangle := 'M 1,1 L 5,1 L 5,2 L 1,2 L 1,1 Z';
AShapeText := 'label';
result := '';
result := result + '<font color="'+ AFontColor +'">';
result := result + '<img size="80" path="' + AShapeRectangle + '" pathfillstyle="none" pathstrokestyle="solid" pathstrokecolor="' + AShapeColor + '">';
result := result + AShapeText ;
result := result + '</font>';
end;
%/code
%code
begin
AFontColor := '#FFFFFFFF';
AShapeColor := '#FF40FF40';
AShapeRectangle := 'M 1,1 L 5,1 L 5,2 L 1,2 L 1,1 Z';
AShapeText := '%fileextension{encode=quotes}';
result := '';
result := result + '<font color="'+ AFontColor +'">';
result := result + '<img size="80" path="' + AShapeRectangle + '" pathfillstyle="none" pathstrokestyle="solid" pathstrokecolor="' + AShapeColor + '">';
result := result + '<ind x="-145">' + AShapeText + '</ind>';
result := result + '</font>';
end;
%/code
%code
begin
AFontColor := '#FFFFFFFF';
AShapeColor := '#FF009933';
AShapeRectangle := 'M 1,1 L 5,1 L 5,2 L 1,2 L 1,1 Z';
AShapeText := '%fileextension{encode=quotes}';
result := '';
result := result + '<font color="'+ AFontColor +'" bgcolor="' + AShapeColor + '" bgradius="0.3">';
result := result + ' ' + AShapeText + ' ';
result := result + '</font>';
end;
%/code
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message