.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

change font in mtext

2 REPLIES 2
Reply
Message 1 of 3
wang890
885 Views, 2 Replies

change font in mtext

i have 26000 mtext that has overridden font inside the property. set to bold and print out look like crap.

 

see attached i want all the text to look like the text on the left. right is what they look like now. i just copied a few as an example.

 

can't find the font property in the mtext object:

 

PrivateSub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) HandlesButton1.Click

 

Dim doc AsDocument = Application.DocumentManager.MdiActiveDocument

 

Dim db AsDatabase = doc.Database

 

'Dim id As ObjectIdDim ed AsEditor = doc.Editor

 

Dim oBlock As BlockReference = NothingDim tv() As TypedValue = {NewTypedValue(DxfCode.Start, TextBox1.Text)}

 

', New TypedValue(DxfCode.LayerName, "Layer1")}Dim selFilter AsNewSelectionFilter(tv)

 

Dim ss AsSelectionSet = ed.SelectAll(selFilter).Value

 

Using trans AsTransaction = db.TransactionManager.StartTransaction()

 

TryDim bt AsBlockTable = trans.GetObject(db.BlockTableId, OpenMode.ForWrite)

 

ForEach selObj As SelectedObject Inss

 

'trans.GetObject(selObj.ObjectId, OpenMode.ForWrite).Erase()Dim oText As MText = CType(trans.GetObject(selObj.ObjectId, OpenMode.ForWrite), MText)

 

Next

trans.Commit()

Catch'ex As Exception' MsgBox("Error: " + ex.Message)EndTryEndUsingEndSub

Stantec
Dell Precision 5530, Prism M320PU, C3D 14/17/19
2 REPLIES 2
Message 2 of 3
chiefbraincloud
in reply to: wang890

The font is specified (or overridden) in the Content of the Mtext.  In your example drawing you will see that the beginning of the Content is "\Fbold.shx;"

Dave O.                                                                  Sig-Logos32.png
Message 3 of 3
tyronebk
in reply to: wang890

If you want to remove the formatting overrides from MText you should just be able to set the:
MText.Contents = MText.Text

The Contents string holds all the text and formatting. Text just hold the text contents.

If the above removes too much of the formatting you may have to parse the Contents string and remove any of the unwanted formatting strings (in this case it is probably just the "\Fbold.shx;" at the start of the Contents string).

Edit: Removed extra slash.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost