FormatProperties
.
TextOffset
Vertical offset of text in measure or % of font height.
Example
=
Block
{
TextHeight
:
20pt;
Paragraph
{
"->Normal "
;
};
Paragraph
{
"->"
;
Span
{
TextOffset
:
7pt;
"Down 7 points "
;
};
SpaceAfter
:
10pt;
};
Paragraph
{
"->"
;
Span
{
TextOffset
:
-
7pt;
"Up 7 points"
;
};
};
};
//============================================================
->Normal
->
Down 7 points
->
Up 7 points