Is it possible to get text font type info?

Next
 From:  Matadem
11110.1 
Good day.
If I have added multiple text in a drawing.

Is there a way to known which font type I have used earlier?

Tnx.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11110.2 In reply to 11110.1 
Hi Matadem,

re:
> Is there a way to known which font type I have used earlier?

Was it model geometry text using Draw solid > Text? Or was it annotation text using Dim > Text ?

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Matadem
11110.3 In reply to 11110.2 
From draw solid text.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
11110.4 In reply to 11110.3 
Hi Matadem, for Draw Solid > Text , if you have some of the output from Draw Solid > Text and it hasn't been modified either by moving or by booleans etc... then the font will be on a history record which you can view by selecting a letter and using this script:

var objs = moi.geometryDatabase.getSelectedObjects(); if ( objs.length != 1 ) { moi.ui.alert( 'error, just one object should be selected' ); } else { moi.ui.alert( objs.item(0).getHistoryData() ); }

But if it has been edited there isn't any way to retrieve the original font information, sorry.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mk (MARKY)
11110.5 In reply to 11110.4 
I've been missing this for a long time.

Thank you Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  TMeeks
11110.6 In reply to 11110.5 
Remembering the font that was used has been a perennial problem or me. So, I have gotten into the habit of immediately naming the text object set and including the font name and size, etc. as part of the name. Otherwise, my brain lets the font name disappear into the empty regions of the netherworld.

And, it doesn't take long to disappear, either.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  MO (MO_TE)
11110.7 In reply to 11110.6 
Hi
I modified the "text" command a bit.
So It will assign "Text+Size+Bold+Italic" as the text objects name automatically .
Like this: "MoI_Arial_10_Bold_Italic"
* "Bold" and "Italic" are displayed only when they are used.
Replace MoI's original text.js file with this one.(+backup first) :)
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Death
11110.8 In reply to 11110.7 
Cool!

Thanx!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All