2018.2

Table Of Contents
CSS, since they can also be used here (see CSS Selectors on W3Schools for a simple
reference page).
Type Tab
l
General group:
l
Font: Select the font used to display text. See also: "Fonts" on page682. This is
equivalent to the CSS
font-family
property.
l
Size: Enter the size in a measure, named size or percentage. This is equivalent to
the CSS
font-size
property.
l
Color: This is the color of the text. Select a named font color as defined in the Edit
Colors dialog (see "Colors" on page678) or click the colored square to create a
new color or to enter a color manually. The color value must be a valid HTML color
name or hexadecimal color code. This is equivalent to the CSS
color
property.
l
Background Color: This is the background color of the text. Select a named font
color as defined in the Edit Colors dialog (see "Colors" on page678) or click the
colored square to create a new color or to manually enter a color value (a valid
HTML color name or hexadecimal color code). This is equivalent to the CSS
background-color
property.
l
Spacing group:
l
Letter Spacing: Set the space between characters in a text in measure or
percentage. This is equivalent to the CSS
letter-spacing
property.
l
Word Spacing: Set the space between each word in a text in measure or
percentage. This is equivalent to the CSS
word-spacing
property.
l
Whitespace: Specify how to handle white spaces inside of an element. See CSS
White-Space for details. This is equivalent to the CSS
white-space
Page 833