Scales the textual content to 200% of its current size (the size without scaling).
Description
Syntax
{huge
[=,
=,]
...}
Character Options
Example
| Example | |
![]() | |
{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
} |