Layout.HyphenationFrequencyNormalFast Field

Definition

Caution

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

Value for hyphenation frequency indicating a light amount of automatic hyphenation with using faster algorithm.

[Android.Runtime.Register("HYPHENATION_FREQUENCY_NORMAL_FAST", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.HyphenationFrequency enum directly instead of this field.", true)]
public const Android.Text.HyphenationFrequency HyphenationFrequencyNormalFast = 3;
[<Android.Runtime.Register("HYPHENATION_FREQUENCY_NORMAL_FAST", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.HyphenationFrequency enum directly instead of this field.", true)>]
val mutable HyphenationFrequencyNormalFast : Android.Text.HyphenationFrequency

Field Value

Value = 3
Attributes

Remarks

Value for hyphenation frequency indicating a light amount of automatic hyphenation with using faster algorithm.

This option is useful for informal cases, such as short sentences or chat messages. To make text rendering faster with hyphenation, this algorithm ignores some hyphen character related typographic features, e.g. kerning.

Java documentation for android.text.Layout.HYPHENATION_FREQUENCY_NORMAL_FAST.

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