DeviceFontFamilyName


An Android system installed font family name as used by Typeface.create.

See /system/etc/fonts.xml and /product/etc/fonts_customization.xml on a device.

Throws
kotlin.IllegalArgumentException

if name is empty

See also
Typeface

Summary

Public constructors

android

Public properties

String

System fontFamilyName as passed to Typeface.create

android

Public constructors

DeviceFontFamilyName

DeviceFontFamilyName(name: String)
Parameters
name: String

System fontFamilyName as passed to Typeface.create

Public properties

name

val nameString

System fontFamilyName as passed to Typeface.create