BrandFont

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.

Constructors

Link copied to clipboard
constructor(name: String, bytes: ByteArray, weight: FontWeight = FontWeight.Normal)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard