bool
FormatProperties
.
TextItalic
Use Italic version of font family.
Example
=
Block
{
TextHeight
:
20pt;
Paragraph
{
TextItalic
:
false
;
"Regular Text"
};
Paragraph
{
TextItalic
:
true
;
"Italic Text"
};
};
//============================================================
Regular Text
Italic Text