Announcements

Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.

TTF issue with text

Anonymous

TTF issue with text

Anonymous
Not applicable

I am trying to prepare AutoCAD files from R14 to open in Adobe Illustrator.

 

The issues is that the file has text which cannot change kerning, or change justification. When the text is changed to Mtext it does both. Files that are .dwg brought into AI must have Mtext or the fonts are replaced (shx vs. ttf) with a default ttf font. Is there a way around this that can be put into a script?

 

I am using AutoCAD 2014 and AI CC.

0 Likes
Reply
Accepted solutions (1)
1,280 Views
5 Replies
Replies (5)

pendean
Community Legend
Community Legend
Open the file in AutoCAD and use STYLE command to change the fonts assigned to all the text styles in the file.

Assuming there are no manual overrides inside each MTEXT object.
0 Likes

Anonymous
Not applicable

The TTF fonts don't appear in the drop down list. I've verified that they are in my Windows folder (installed, not copied) and also in the AutoCAD program file font folder. I've reinstalled, restarted AutoCAD, and restarted my computer.Other TTF fonts are listed in the Text style drop down list but not the RomanD and RomanS fonts required. Any suggestions?

0 Likes

pendean
Community Legend
Community Legend
Accepted solution

There are no stick-font TTF files, you have to replace them with 'real' TTF fonts like Arial or similar.

If you want stick fonts (romanS and RomanD) you're stuck with using SHX fonts, AutoCAD only uses those ttf fonts for visual display.

Anonymous
Not applicable

@Anonymous wrote:

I am trying to prepare AutoCAD files from R14 to open in Adobe Illustrator.

 

The issues is that the file has text which cannot change kerning, or change justification. When the text is changed to Mtext it does both. Files that are .dwg brought into AI must have Mtext or the fonts are replaced (shx vs. ttf) with a default ttf font. Is there a way around this that can be put into a script?

 

I am using AutoCAD 2014 and AI CC.


2014 or R14?

0 Likes

Anonymous
Not applicable
I'm using 2014, the files are R14
0 Likes