FontFaceDeclaration
data class FontFaceDeclaration(val fontFamily: String, val sources: ImmutableList<FontFaceSource>, val fontStyle: FontStyle? = null, val fontWeight: Either<FontWeight, ClosedRange<Int>>? = null)
An immutable font face declaration.
Constructors
Link copied to clipboard
constructor(fontFamily: String, sources: ImmutableList<FontFaceSource>, fontStyle: FontStyle? = null, fontWeight: Either<FontWeight, ClosedRange<Int>>? = null)