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

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

Syntax

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

Property Value

Type: Boolean

Remarks

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

See Also