ADD BACKGROUND MASK OF MTEXT IN VBA?

ADD BACKGROUND MASK OF MTEXT IN VBA?

Anonymous
Not applicable
1,323 Views
1 Reply
Message 1 of 2

ADD BACKGROUND MASK OF MTEXT IN VBA?

Anonymous
Not applicable

I am trying to add an MTEXT background mask in vba I know it may be easy to do in lisp but I already have a working vba code for creating the MTEXT just need to add the background mask into the text.

can anyone tell me how to do it? all the codes I can find in the internet are doing it in lisp.

 

 

 

0 Likes
1,324 Views
1 Reply
Reply (1)
Message 2 of 2

truss_85
Advocate
Advocate

You can use "backgroundfill" method.

 

Dim MtextObj As AcadMText
MtextObj.BackgroundFill = True