明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1014|回复: 4

[源码] 文字引!

[复制链接]
发表于 2021-5-29 12:14:26 | 显示全部楼层 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
 楼主| 发表于 2022-5-7 13:16:15 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

发表于 2022-5-7 16:31:24 | 显示全部楼层
一直想找个这种的,没找到

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
回复

使用道具 举报

 楼主| 发表于 2022-5-7 22:41:04 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

发表于 2022-5-8 17:54:26 | 显示全部楼层
decemc 发表于 2022-5-7 16:31
一直想找个这种的,没找到

;;;设置文字对正--中间
(defun c:tem(/ ent)
  (setq ent (SSGET (LIST '(0 . "*text"))))
  (command "_JUSTIFYTEXT" ent "" "m")
(princ)
)

;;;设置文字对正--左对齐
(defun c:tel(/ ent)
  (setq ent (SSGET (LIST '(0 . "*text"))))
  (command "_JUSTIFYTEXT" ent "" "l")
(princ)
)

;;;设置文字对正--右对齐
(defun c:ter(/ ent)
  (setq ent (SSGET (LIST '(0 . "*text"))))
  (command "_JUSTIFYTEXT" ent "" "r")
(princ)
)

;;;设置文字对正--fit
(defun c:tef(/ ent)
  (setq ent (SSGET (LIST '(0 . "*text"))))
  (command "_JUSTIFYTEXT" ent "" "F")
(princ)
)

;;;设置文字对正--中下
(defun c:temd(/ ent)
  (setq ent (SSGET (LIST '(0 . "*text"))))
  (command "_JUSTIFYTEXT" ent "" "BC")
(princ)
)

;;;设置文字对正--中上
(defun c:temt(/ ent)
  (setq ent (SSGET (LIST '(0 . "*text"))))
  (command "_JUSTIFYTEXT" ent "" "TC")
(princ)
)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-14 14:39 , Processed in 0.528379 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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