Hello Vadoola!
Salut Laurent !
That's a great step forward, Vadoola!
It looks very good, but unfortunately I have to say that the dimensions are not yet right. There's a factor of 10/3 in there somewhere with the part I used. The attached part has the dimensions 60 x 210 mm, but the resulting element is 200 x 700 px.
And when I look at the texts that come out of a previously used example (05DI-AD16DIX-10.dxf): There the font is not correct yet and the font height is not set either, so QET uses the default size 9 when opened.
This is how it looks now (formatted by hand!)
<dynamic_text x="35.12" y="-11.14" z="0" rotation="0"
uuid="{51347e64-514a-47dc-8c7f-aa180de58afd}"
font="Arial Narrow"
Halignment="AlignHCenter" Valignment="AlignVCenter"
text_from="UserText" frame="false" text_width="-1" color="#000000">
<text>\C7;\fArial|b0|i0|;\H0.030335398390889;All Connectors
are Located
Under Gullwing
Covers</text>
</dynamic_text>When I look at the texts in the converted element, I think that this would be correct for the text, font and font height:
<dynamic_text x="35.12" y="-11.14" z="0" rotation="0"
uuid="{51347e64-514a-47dc-8c7f-aa180de58afd}"
font="Arial,3"
Halignment="AlignHCenter" Valignment="AlignVCenter"
text_from="UserText" frame="false" text_width="-1" color="#000000">
<text>All Connectors
are Located
Under Gullwing
Covers</text>
</dynamic_text>The font-size of "3" in this example has of course to be set to the correct value: I chose a reasonable value here.
