Typeface.CustomFallbackBuilder(FontFamily) Constructor

Definition

Constructs a builder with a font family.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/fonts/FontFamily;)V", "", ApiSince=29)]
public CustomFallbackBuilder (Android.Graphics.Fonts.FontFamily family);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/fonts/FontFamily;)V", "", ApiSince=29)>]
new Android.Graphics.Typeface.CustomFallbackBuilder : Android.Graphics.Fonts.FontFamily -> Android.Graphics.Typeface.CustomFallbackBuilder

Parameters

family
FontFamily

a family object

Attributes

Remarks

Constructs a builder with a font family.

Java documentation for android.graphics.Typeface.CustomFallbackBuilder.Typeface$CustomFallbackBuilder(android.graphics.fonts.FontFamily).

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