テキストの内容を現在のサイズ (スケーリングなしのサイズ) の 80% に縮小します。
説明
構文
{small
[=,
=,]
...}
文字オプション
例
| 例 | |
![]() | |
{paragraph
The third {small word} in this sentence is smaller than
normal.}
{value
let tfb:TextFlowBox =
{TextFlowBox
font-size=10.0pt,
{paragraph
The ratio between the sizes {small should}
stay the same when you hit
{CommandButton label="this",
{on Action do
set tfb.font-size =
20.0pt
}}}}
tfb
} |