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