textsettings

This component definition specifies the default properties for text controls.


Definition

<textsettings > <selectioncolor > ... </selectioncolor> <font > <simple > ... </simple> <normal > ... </normal> <bold > ... </bold> <italic > ... </italic> <bolditalic > ... </bolditalic> <title > ... </title> </font> <icon > <link > ... </link> <linkshare > ... </linkshare> <emptylink > ... </emptylink> <chat > ... </chat> </icon> </textsettings>

<textsettings >

 

<selectioncolor > ... </selectioncolor>

The default color for text selection highlighting. The format is in the form 'AARRGGBB'. If alpha is zero or not defined, FF is assumed.

<font >

 

<simple > ... </simple>

The default font to use in stringcontrol objects.

<normal > ... </normal>

The default font to use for the normal font in formattedtextcontrol objects.

<bold > ... </bold>

The default font to use for the bold font in formattedtextcontrol objects.

<italic > ... </italic>

The default font to use for the italic font in formattedtextcontrol objects.

<bolditalic > ... </bolditalic>

The default font to use for the bold italic font in formattedtextcontrol objects.

<title > ... </title>

The default font to use for the title font in formattedtextcontrol objects.

</font>

 

<icon >

 

<link > ... </link>

The default icon to use for private links in formattedtextcontrol objects.

<linkshare > ... </linkshare>

The default icon to use for shareable links in formattedtextcontrol objects.

<emptylink > ... </emptylink>

The default icon to use for empty links in formattedtextcontrol objects.

<chat > ... </chat>

The default icon to use for chat buttons in formattedtextcontrol objects.

</icon>

 

</textsettings>