Ciao Carlo,
I am using TSVGIconImage 4.4.3 in Delphi 12.2.
This SVG:
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="234" viewBox="0 0 1024 234">
<text x="512" y="159" style="font-family:Webdings;font-size:128px;fill:rgb(0,0,128);text-anchor:middle">Italy</text>
</svg>
Rendering in TSVGIconImage:
Rendering in Windows EDGE:
Rendering in Affinity 3.0:
How can I make TSVGIconImage render the SVG correctly using the Webdings font?