bool
FormatProperties
.
TextAbbreviate
Abbreviate unit names.
Example
=
Block
{
TextHeight
:
20pt;
var
g
=
9.8
meters
per
second
^
2;
Paragraph
{
TextAbbreviate
:
false
;
g
};
Paragraph
{
TextAbbreviate
:
true
;
g
};
Paragraph
{
TextAbbreviate
:
true
;
TextDiagonal
:
true
;
g
};
};
//============================================================
9.8
meters
second
2
9.8
m
s
2
9.8
m
s
2