Message 1 of 2
minimal DXF file with MText (with background mask color)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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?