Typeface.CustomFallbackBuilder.MaxCustomFallbackCount Property

Definition

Returns the maximum capacity of custom fallback families.

public static int MaxCustomFallbackCount { [Android.Runtime.Register("getMaxCustomFallbackCount", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getMaxCustomFallbackCount", "()I", "", ApiSince=29)>]
static member MaxCustomFallbackCount : int

Property Value

the maximum number of font families for the custom fallback

Attributes

Remarks

Returns the maximum capacity of custom fallback families.

This includes the the first font family passed to the constructor. It is guaranteed that the value will be greater than or equal to 64.

Java documentation for android.graphics.Typeface.CustomFallbackBuilder.getMaxCustomFallbackCount().

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