LineBreaker.BreakStrategyHighQuality Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.Text.BreakStrategy enum directly instead of this field.

Value for break strategy indicating high quality line breaking.

[Android.Runtime.Register("BREAK_STRATEGY_HIGH_QUALITY", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.BreakStrategy enum directly instead of this field.", true)]
public const Android.Graphics.Text.BreakStrategy BreakStrategyHighQuality = 1;
[<Android.Runtime.Register("BREAK_STRATEGY_HIGH_QUALITY", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.BreakStrategy enum directly instead of this field.", true)>]
val mutable BreakStrategyHighQuality : Android.Graphics.Text.BreakStrategy

Field Value

Value = 1
Attributes

Remarks

Value for break strategy indicating high quality line breaking.

With this option line breaker does whole-paragraph optimization for more readable text, and also applies automatic hyphenation when required.

Java documentation for android.graphics.text.LineBreaker.BREAK_STRATEGY_HIGH_QUALITY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to