Wallet SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wallet SDK
sdk-ui-compose
/
com.wallet.ui
/
BrandFont
Brand
Font
class
BrandFont
(
val
name
:
String
,
val
bytes
:
ByteArray
,
val
weight
:
FontWeight
=
FontWeight.Normal
)
One face of a brand typeface: TTF/OTF bytes and the weight they represent.
Members
Constructors
Brand
Font
Link copied to clipboard
constructor
(
name
:
String
,
bytes
:
ByteArray
,
weight
:
FontWeight
=
FontWeight.Normal
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
name
Link copied to clipboard
val
name
:
String
weight
Link copied to clipboard
val
weight
:
FontWeight