bool
FormatProperties
.
TextOverline
Show a line over the text.
Example
=
Block
{
TextHeight
:
20pt;
Paragraph
{
"The mean of x is denoted "
;
Span
{
"x"
;
TextOverline
:
true
};
};
};
//============================================================
The mean of x is denoted
x