Source set: Android
public class DeviceFontFamilyName(public val name: String)
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.
Parameters
| name | System fontFamilyName as passed to Typeface.create |
Throws: IllegalArgumentException
if name is empty