%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