• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Visual LISP, AutoLISP and General Customization

    Reply
    *Bob

    FONT ISSUE: TEXT STRING NOT DISPLAYING PROPERLY

    78 Views, 1 Replies
    12-06-2007 04:12 AM
    In AutoCAD 2008 when we open older drawings (2005) certain text do not
    display properly. These are %% elements. For example %%208 represents 1/2
    but is displaying as the letter "D". Other fractions are doing the same
    thing but displaying as another character.

    The font type in question is not a standard AutoCAD font and I do not have
    the original SHP file. Is there method to force it or make display correctly
    or fix it easily as there are many drawings.

    -OR-

    I could use if available upon a drawing opening up to search the drawing for
    text then replace a part of the string.

    The FIND utility in AutoCAD works fine how ever it is dialogue driven and is
    a little time consuming to perform these steps individualy for approximately
    15 searches per drawing.

    Does anyone have available a lisp routine that I can incorporate to run that
    will perform these steps.

    Any help would be appreciated.
    Please use plain text.
    *whatsCAD

    Re: FONT ISSUE: TEXT STRING NOT DISPLAYING PROPERLY

    12-06-2007 10:34 AM in reply to: *Bob
    Seen it, but no fix, maybe someone in hopefully knows something about this.


    "Bob" wrote in message
    news:5794036@discussion.autodesk.com...
    In AutoCAD 2008 when we open older drawings (2005) certain text do not
    display properly. These are %% elements. For example %%208 represents 1/2
    but is displaying as the letter "D". Other fractions are doing the same
    thing but displaying as another character.

    The font type in question is not a standard AutoCAD font and I do not have
    the original SHP file. Is there method to force it or make display correctly
    or fix it easily as there are many drawings.

    -OR-

    I could use if available upon a drawing opening up to search the drawing for
    text then replace a part of the string.

    The FIND utility in AutoCAD works fine how ever it is dialogue driven and is
    a little time consuming to perform these steps individualy for approximately
    15 searches per drawing.

    Does anyone have available a lisp routine that I can incorporate to run that
    will perform these steps.

    Any help would be appreciated.
    Please use plain text.