为什么用程序打开DWG文件后文字消失了
各位大侠:为什么用C#程序打开DWG文件后,文件上的文字都消失了,好奇怪
public void test()
{
string filePath = "C:\\CADVersion\\05.dwg";
DocumentCollection acDocMgr = app.DocumentManager;
if (File.Exists(filePath))
acDocMgr.Open(filePath, false);
else
acDocMgr.MdiActiveDocument.Editor.WriteMessage("File " + filePath + " does not exist.");
}
是不是我的这种打开文件方式不对啊
缺少字体
程序没问题,需要改图。
通过“ST”命令修改Standard字体样式:“宋体” + “常规”显示汉字。
祝你好运。 路过看看
页:
[1]