Bundled

class Bundled(@FontRes lightFontResId: Int, @FontRes regularFontResId: Int, @FontRes boldFontResId: Int) : OrangeHelveticaNeueArabic, OrangeBundledFontFamily

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

Parameters

lightFontResId

The resource identifier of the Helvetica Neue Arabic light font.

regularFontResId

The resource identifier of the Helvetica Neue Arabic regular font.

boldFontResId

The resource identifier of the Helvetica Neue Arabic bold font.

Constructors

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

Properties

Link copied to clipboard
open override val fontFamily: FontFamily

The associated Compose font family.