Bundled

class Bundled(@FontRes regularFontResId: Int, @FontRes mediumFontResId: Int, @FontRes boldFontResId: Int) : OrangeHelveticaNeueLatin, OrangeBundledFontFamily

The bundled Helvetica Neue Latin font family for the Orange theme.

Parameters

regularFontResId

The resource identifier of the Helvetica Neue Latin regular font.

mediumFontResId

The resource identifier of the Helvetica Neue Latin medium font.

boldFontResId

The resource identifier of the Helvetica Neue Latin bold font.

Constructors

Link copied to clipboard
constructor(@FontRes regularFontResId: Int, @FontRes mediumFontResId: Int, @FontRes boldFontResId: Int)

Properties

Link copied to clipboard
open override val fontFamily: FontFamily

The associated Compose font family.