Language

TextAppearanceInfo.Builder.SetSystemFontFamilyName(String) Method

Definition

Set the system font family name if the Typeface of the text is created from a system font family.

[Android.Runtime.Register("setSystemFontFamilyName", "(Ljava/lang/String;)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)]
public Android.Views.InputMethods.TextAppearanceInfo.Builder SetSystemFontFamilyName(string? systemFontFamilyName);
[<Android.Runtime.Register("setSystemFontFamilyName", "(Ljava/lang/String;)Landroid/view/inputmethod/TextAppearanceInfo$Builder;", "", ApiSince=34)>]
member this.SetSystemFontFamilyName : string -> Android.Views.InputMethods.TextAppearanceInfo.Builder

Parameters

systemFontFamilyName
String

Returns

Attributes

Remarks

Set the system font family name if the Typeface of the text is created from a system font family.

Android reference for android.view.inputmethod.TextAppearanceInfo.Builder.setSystemFontFamilyName.

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