Name
playout:SetJustify -- set justify mode
Synopsis
playout:SetJustify(justify)
Function
Sets whether each complete line should be stretched to fill the entire width of the layout.

Stretching is typically done by adding whitespace, but for some scripts (such as Arabic), the justification may be done in more complex ways, like extending the characters.

Note that tabs and justification conflict with each other: Justification will move content away from its tab-aligned positions.

The default value is False.

Inputs
justify
whether the lines in the layout should be justified

Show TOC