DeviceFontFamilyName
-
android
value class 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 |
|
|---|---|
DeviceFontFamilyName(name: String) |
android
|
Public properties |
||
|---|---|---|
String |
System fontFamilyName as passed to |
android
|
Public constructors
DeviceFontFamilyName
DeviceFontFamilyName(name: String)
| Parameters | |
|---|---|
name: String |
System fontFamilyName as passed to |