明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1315|回复: 2

繁體系統看不到簡体系統的圖片的文字說明

[复制链接]
发表于 2004-6-4 09:07:00 | 显示全部楼层 |阅读模式
我有個問題想請教一下:別人發過來的圖噹在我們這邊的電腦上看到文字是一些亂馬.我們用的是繁體的系統.         AutoCAD是英文版的.就是看不到文字..我想是不是那邊用的是簡体的系統作的 我們這邊才看不到...請問大家有沒有什么好的解決的辦法..


我好急..知道的請說一下...我在此謝謝了......................
发表于 2004-6-4 09:31:00 | 显示全部楼层
強迫轉換字體 (defun c:ccc() (setvar "cmdecho" 0)
(setq twidth (getreal (strcat "\nSetup Text Width:<0.8>?")))
(if (= twidth nil)(setq twidth 0.8))
(setq aa (tblnext "style" t))
(while aa
(setq textpe (cdr (assoc 2 (cdr aa))))
(setq engtpe (cdr (assoc 3 (cdr aa))))
(setq chitpe (cdr (assoc 4 (cdr aa))))
(if (= chitpe "")
(setq stp engtpe)
(setq stp (strcat engtpe "," "chineset.shx"))
)
(command "style" textpe stp "" "" "" "" "" "")
(setq aa (tblnext "style"))
)
(command "style" "china" "romans,chineset" "" twidth "" "" "" "")
(print "style setup O.K.")
(prin1)
)
发表于 2004-6-4 09:32:00 | 显示全部楼层
把亂碼的字體改用大字體的 "monotxt.shx"字體的chineset.shx字體, 或 Hztxt.shx字體. 這樣可以
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-29 17:31 , Processed in 0.178292 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表