Results 1 to 6 of 6

Thread: Can I 'weed out' a specific problem font?

  1. #1
    Active Member
    Join Date
    2002-01
    Posts
    99
    Login to Give a bone
    0

    Default Can I 'weed out' a specific problem font?

    We have a font (simplex2) that is propagating throughout some drawings that is causing some problems for us. Are there any suggestions as to how to find the offending drawings? Has anyone ever automated such a process?

    According to the department reporting the problem, Apparently the text exists in a known named block.

    Any thoughts?

    Thanks
    Last edited by pmedina; 2008-11-19 at 01:11 PM. Reason: Added instant email notification.

  2. #2
    Certifiable AUGI Addict tedg's Avatar
    Join Date
    2005-06
    Location
    in the upper right corner
    Posts
    3,507
    Login to Give a bone
    0

    Default Re: Can I 'weed out' a specific problem font?

    Quote Originally Posted by pmedina View Post
    We have a font (simplex2) that is propagating throughout some drawings that is causing some problems for us. Are there any suggestions as to how to find the offending drawings? Has anyone ever automated such a process?

    According to the department reporting the problem, Apparently the text exists in a known named block.
    Any thoughts?
    Thanks
    Not sure if this will help, but check out this thread which contains some lisp routines ideas to change all textstyles in drawing to a certain font, in this case it's Romas.shx.

    Or if you have just one text style you need to change fonts, this can be written too.
    Check out this and this too.

    Hope it's of some value to you to automate the process.
    Last edited by tedg; 2008-11-19 at 03:44 PM. Reason: Added more textstyle-lisp links

  3. #3
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Exclamation Re: Can I 'weed out' a specific problem font?

    Quote Originally Posted by pmedina View Post
    We have a font (simplex2) that is propagating throughout some drawings that is causing some problems for us. Are there any suggestions as to how to find the offending drawings? Has anyone ever automated such a process?
    To clarify, fonts don't propagate. A textstyle could though.
    The easiest remedy would be to eliminate "simplex2.shx" from the support file search path and set FONTALT to whatever font you want to use as a replacement.

    Then when the drawing opens, it won't find "simplex2" and it will substitute whatever you specify.

    Another, more direct way would be to use a font mapping file. How to is explained in HELP.

    Lastly, you could write a routine to check each drawing as it opens and physically change the font reference from "simplex2" to something else, or write a batch routine to perform this on multiple DWG files without even opening them. I think ToolPac even includes a routine that could do the latter.
    R.K. McSwain | CAD Panacea |

  4. #4
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Can I 'weed out' a specific problem font?

    You may be able to find the affected files using the search function in Design Centre - either by searching for the known block or for the textstyle.
    I don't know, it's just a suggestion.

  5. #5
    Certifiable AUGI Addict tedg's Avatar
    Join Date
    2005-06
    Location
    in the upper right corner
    Posts
    3,507
    Login to Give a bone
    0

    Default Re: Can I 'weed out' a specific problem font?

    Quote Originally Posted by rkmcswain View Post
    To clarify, fonts don't propagate. A textstyle could though.
    The easiest remedy would be to eliminate "simplex2.shx" from the support file search path and set FONTALT to whatever font you want to use as a replacement.

    Then when the drawing opens, it won't find "simplex2" and it will substitute whatever you specify.

    Another, more direct way would be to use a font mapping file. How to is explained in HELP.

    Lastly, you could write a routine to check each drawing as it opens and physically change the font reference from "simplex2" to something else, or write a batch routine to perform this on multiple DWG files without even opening them. I think ToolPac even includes a routine that could do the latter.
    Hey R.K... I was thinking the same thing on The OP's other post

  6. #6
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Can I 'weed out' a specific problem font?

    Quote Originally Posted by tedg View Post
    Hey R.K... I was thinking the same thing on The OP's other post
    ....and I just thought I was imagining a duplicate post
    R.K. McSwain | CAD Panacea |

Similar Threads

  1. Font Problem
    By hruiz in forum AutoCAD Annotation
    Replies: 5
    Last Post: 2012-08-13, 01:39 PM
  2. Problem with a specific parameter
    By Yeudin in forum Revit Structure - General
    Replies: 2
    Last Post: 2012-04-24, 04:42 PM
  3. Font problem
    By hruiz in forum AutoCAD Civil 3D - General
    Replies: 3
    Last Post: 2011-12-01, 12:29 AM
  4. Weed Vertexes
    By JeffClark in forum AutoCAD General
    Replies: 4
    Last Post: 2011-05-24, 08:31 AM
  5. Specific drawing related problem
    By dante in forum ACA General
    Replies: 0
    Last Post: 2005-11-18, 03:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •