minimal DXF file with MText (with background mask color)

minimal DXF file with MText (with background mask color)

ivandonetsunity3d
Participant Participant
210 Views
1 Reply
Message 1 of 2

minimal DXF file with MText (with background mask color)

ivandonetsunity3d
Participant
Participant

I am trying to generate dxf file with MText entity in it, but unsuccessfully.

I know how to make just a simple Text entity DXF-file :

 

0
SECTION
2
ENTITIES
0
TEXT
8
MyLayer
10
0,00
20
0,00
30
0
40
10,00
50
0
62
256
7
MyStyle
1
My Test Text
0
ENDSEC
0
EOF

 

What I need is similar dxf minimal file which contains Mtext (hopefully with background mask on - I need to add background fill color and use "border offsset factor")

 

Any hints, please?

0 Likes
211 Views
1 Reply
Reply (1)
Message 2 of 2

Ed__Jobe
Mentor
Mentor

Why not use the api to create a drawing with the text, then use the SaveAs api to save the drawing as a dxf?

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes