Source set: Common
public class FontListFontFamily internal constructor(
/** The fallback list of fonts used for resolving typefaces for this FontFamily. */
public val fonts: List<Font>
) : FileBasedFontFamily(), List<Font>
Defines a font family with list of Font.