Share via


Layout.HyphenationFrequencyFullFast 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 the full amount of automatic hyphenation with using faster algorithm.

[Android.Runtime.Register("HYPHENATION_FREQUENCY_FULL_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 HyphenationFrequencyFullFast = 4;
[<Android.Runtime.Register("HYPHENATION_FREQUENCY_FULL_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 HyphenationFrequencyFullFast : Android.Text.HyphenationFrequency

Field Value

Value = 4
Attributes

Remarks

Value for hyphenation frequency indicating the full amount of automatic hyphenation with using faster algorithm.

This option is useful for running text and where it's important to put the maximum amount of text in a screen with limited space. 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_FULL_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