- UID
- 7930
- 积分
- 0
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2002-7-23
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
1、 以下是问题的原因及根本推荐解决方案
MText Font Defaults to Tahoma
When you work in the internal mtext editor, the font may switch to Tahoma, even though that font was not specified. The problem occurs when a TrueType font is selected that does not contain ANSI codepage information. (The Richedit control within the mtext editor attempts to match the font with a font that is registered on the system with ANSI code page info, and Tahoma is the font it finds.)
To solve the problem, replace custom TrueType fonts with registered TrueType fonts, or else get a version of the custom fonts that contains ANSI codepage info.
MText 执行时默认为 Tahoma (或 宋体)
当你用acad内部默认的mtext编辑器时编辑尺寸或文本时,原来的字型可能自动切换到Tahoma(或 宋体等TrueType字体)。出现这个问题,是因为你原来使用的字型没有包含ANSI代码页的信息。(在Mtext编辑器内调用的Richedit控件试图与带有ANSI代码页信息的系统注册字型进行匹配,Tahoma是该控件找到的字型。)
为了解决这个问题,可以用系统注册的TrueType字型替换自定义TureType字型,或者去获得包含ANSI代码页信息的自定义字型来使用。
2、咱们的小工具解决方案(推荐给各位朋友)
请使用如下Lsp程序。请将mtextcf.lsp加载后,执行mtextcf,则一切good。 |
|