頁: [1]
|
 |
|
作者
|
主題: Auto CAD 符號??? (閱讀 1723 次)
|
|
迷糊小助理
|
請問要如何查到 Auto CAD中所使用的符號代碼丫~~
如℃ = %%DC
|
|
|
|
|
已記錄
|
|
|
|
呆呆
高中生
離線
文章: 264
|
你可以在help上面打上 % 符號就可查到你要的
You can use this control code with standard AutoCAD® text fonts and Adobe® PostScript® fonts:
%%nnn
Draws character number nnn.
You can use these control codes with standard AutoCAD text fonts only:
%%o
Toggles overscoring on and off.
%%u
Toggles underscoring on and off.
%%d
Draws degrees symbol (º).
%%p
Draws plus/minus tolerance symbol (±).
%%c
Draws circle diameter dimensioning symbol ().
%%%
Draws a single percent sign (%).
Overscoring and underscoring can be in effect at the same time. Both turn off automatically at the end of the text string.
以上節錄autocad help
你也可以把 %%符號當成 unicode 轉換控制字元 如 %%65 顯示為 A 但請注意,如果你用的字型是txt.sht 這種內建字型 你只能取得ascii的轉換(就是前面255個),除非你是用如新細明體這種字型 才能取得全部unide code的 編碼字
|
|
|
|
|
已記錄
|
|
|
|
|
迷糊小助理
|
嘻嘻~~~你好利害哦~~~但是~~~~~~~~~~~~~~~~HELP在那丫~~我只有看到說明而已~~~
|
|
|
|
|
已記錄
|
|
|
|
呆呆
高中生
離線
文章: 264
|
說明就是help
|
|
|
|
|
已記錄
|
|
|
|
|
頁: [1]
|
|
|
|