huge (text format)
Import from: CURL.GUI.STANDARD. Defined in package CURL.GUI.TEXT-FORMATS.
Based on: text
With keyword defaults set to: _style-element="huge",font-size=2em

Scales the textual content to 200% of its current size (the size without scaling).

Description

This character format is identical to {text font-size=2.0em}.

Syntax

            {huge
                [option1=value1,
                option*=value*,]
                ...}
            
option: Any of the supported character options.
value: Valid value for the character option.
...: The contents. Only the textual contents will be formatted.

Character Options

The following are character options, which directly affect huge and other character formats.

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
}