Gets or sets whether to restrict characters which can end a screen line.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
bool EnableLineEndRestriction { get; set; }
Visual Basic
Property EnableLineEndRestriction As Boolean
	Get
	Set

Property Value

Type: Boolean

Remarks

If this property was set true, Azuki tries to avoid placing characters specified by CharsForbiddenToEndLine property at ends of a screen line. This is one of the restriction rules in kinsoku shori.

See Also