「Text part」の版間の差分
(ページの作成: text_part [テキストパーツ] ; 構文 : text_part { label } ; タイルイメージ : なし ; 機能 : テキスト パーツは、長い文字列の一部を成す…) |
(相違点なし)
|
2010年7月12日 (月) 00:19時点における最新版
text_part [テキストパーツ]
- 構文
: text_part {
label
}
- タイルイメージ
- なし
- 機能
- テキスト パーツは、長い文字列の一部を成すテキスト タイル。他の text_parts と組み合わせて連結タイルやパラグラフ タイルを構成する用途で利用されるためtext_part に余白はない。
- AutoCAD では text_partタイルは、base.dcl ファイルで定義されている。
例
: concatenation {
: text_part {
label = "いまの設定は";
}
: text_part{
label = "XXX";
}
: text_part {
label = "です。";
}
}
関連事項