Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Bob
FONT ISSUE: TEXT STRING NOT DISPLAYING PROPERLY
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
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.
*whatsCAD
Re: FONT ISSUE: TEXT STRING NOT DISPLAYING PROPERLY
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
"Bob"
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.

