Author Topic: How to iterate to find objects that reference a font?  (Read 2269 times)

0 Members and 1 Guest are viewing this topic.

whdjr

  • Guest
How to iterate to find objects that reference a font?
« on: February 05, 2008, 11:19:18 AM »
What is the procedure to find all items in a dwg that reference a specific font?

I was thinking tblsearch and/or tblnext but either I don't have the syntax right or that's not the right way.

T.Willey

  • Needs a day job
  • Posts: 5251
Re: How to iterate to find objects that reference a font?
« Reply #1 on: February 05, 2008, 11:22:45 AM »
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

whdjr

  • Guest
Re: How to iterate to find objects that reference a font?
« Reply #2 on: February 05, 2008, 11:28:35 AM »
I DL'd that and then I forgot to go look at it.  I'll do that now.

whdjr

  • Guest
Re: How to iterate to find objects that reference a font?
« Reply #3 on: February 05, 2008, 11:31:33 AM »
Dude,  I got to looking at your code and it looked it would work for me.  I ran it and presto my problems are solved.  Thank You very much.   :-)

T.Willey

  • Needs a day job
  • Posts: 5251
Re: How to iterate to find objects that reference a font?
« Reply #4 on: February 05, 2008, 11:47:20 AM »
Dude,  I got to looking at your code and it looked it would work for me.  I ran it and presto my problems are solved.  Thank You very much.   :-)
Glad it worked for you.  You're welcome.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

GDF

  • Water Moccasin
  • Posts: 2081
Re: How to iterate to find objects that reference a font?
« Reply #5 on: February 05, 2008, 03:21:36 PM »
Here is how I did it.

Tim

Do not know how i missed this one...
Outstanding code. I can sure make use of this one. Thank you for sharing it. We have old drawing files that need updating and this sure makes a quick job of it. The DCL file interface is fine by me.

Gary
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

T.Willey

  • Needs a day job
  • Posts: 5251
Re: How to iterate to find objects that reference a font?
« Reply #6 on: February 05, 2008, 03:48:53 PM »
Here is how I did it.

Tim

Do not know how i missed this one...
Outstanding code. I can sure make use of this one. Thank you for sharing it. We have old drawing files that need updating and this sure makes a quick job of it. The DCL file interface is fine by me.

Gary
I try and sneak some through.   :-)

Glad you can use it, and are happy enough with the dcl.  I know how to love to change dcl files.  :wink:
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.