2013年1月28日 星期一

DWGeditor Font Problem (Solidworks轉dwg檔會亂碼)

Problem:How to solve the font problem for transferring to a DWG file in Solidworks

Cause:No font setting in the map file "dwgeditor.fmp"

Solution:

1st step:Check DWGeditor setting

Open DWGeditor, Tool---->Option---->path/file, check if the setting of "font mapping" is "dwgeditor.fmp"

2nd step:change dwgeditor.fmp

File path----> C:\Program Files\DWGeditor\dwgeditor.fmp

Open dwgeditor.fmp by Notepad, Create a line at the last: font_name;font_name.ttf
(For example: 新細明體;新細明體.ttf) , then save it.


3rd step: Open a Solidworks 2D drawing, Make sure all font settings are what you want before transferring to a dwg file.

Save as a dwg file, Click "Option" to choose Fonts to TrueType

Now the dwg file should display the correct font.