ARX 中設定CAD 字型

2021-06-16 21:14:39 字數 714 閱讀 1630

在objectarx對cad進行二次開發時,如果你想改變輸出的文字的字型格式,可以用下面語句進行設定

acdbtextstyletable *ptextstyletbl;

acdbtextstyletablerecord *ptextstyletblrcd=new acdbtextstyletablerecord;

ptextstyletbl->getat(acdb_model_space,ptextstyletblrcd,acdb::kforwrite);

//設定格式

ptextstyletblrcd->setname("style_hz");

ptextstyletblrcd->setfilename("romans");

ptextstyletblrcd->setbigfontfilename("hzdx");

ptextstyletblrcd->setxscale(0.8);

ptextstyletblrcd->setfont("楷體_gb2312",0,0,134,49);

acdbobjectid fontid; 

ptextstyletbl->add(fontid,ptextstyletblrcd);

ptextstyletblrcd->close();

ptextstyletbl->close();

注意:這是改變了字型格式表的屬性,那麼你在以後輸出的字都將變成楷體_gb2312!

隨CAD載入Arx和dll

使用lisp載入 在.lsp中加入下面這句 command netload arc.dll 然後在autocad 使用登錄檔載入 非託管的arx程式的載入 非託管的arx程式是指用c 編譯的以.arx為字尾的動態鏈結庫檔案,實現方法很簡單,只需在登錄檔中加入以下資訊 示例 windows regis...

cad啟動自動載入arx研究

一 acad.rx實現自動載入arx 我的arx路徑是c myarx test.arx 1.在 c myarx 下新建acad.rx檔案 在裡面寫入test.arx 注意如果有多個arx,則每乙個arx檔名 佔據一行 2.這種方法必須保證 acad.rx 所在路徑在搜尋路徑下,對登錄檔做如何修改 h...

CAD如何加粗字型?CAD字型加粗教程

很多cad新手設計師在繪製圖紙的過程中,由於對cad軟體並不是很了解,想要將圖紙中的cad字型加粗時卻不知道該如何操作。那麼,本篇cad教程小編就以浩辰cad軟體為例來給大家分享一下cad字型加粗的具體操作步驟吧!cad字型加粗操作步驟 1 首先在浩辰cad軟體中開啟圖紙檔案,然後在圖紙中找到並雙擊...