Text-Effect
The outline text-effect draws only the outline of the text - the outline will have the color specified with the
font-color CSS attribute.
Usage
![]()
The above effect has been realized for the screen's title with following settings:
title {
text-effect: outline;
layout: horizontal-center | horizontal-expand;
font {
face: proportional;
size: large;
style: bold;
color: #990033;
}
background {
type: simple;
color: #ffffffff;
}
}
Specific design attributes of the outline text-effect:
| CSS Attribute | Default | Values | Explanation | Since |
|---|---|---|---|---|
| text-outline-inner-color | white | color | The color with which the outline is filled inside. The outline itself will be painted in the specified font-color. | 1.3 |