Package-level declarations

Types

Link copied to clipboard
@Serializable
class CustomFontSource(assetsFilePath: String, name: String, weight: Int? = null)

The font family corresponding custom fonts embedded in your app binary. Each of the fonts in this family must be either a .ttf or .otf file file contained in your assets folder. A custom font can be used in the EmbeddedComponent SDK by specifying the font family String in the Typography object.