Structure
Font
public struct Font: Codable, Equatable
Relationships
Nested Types
Font.SizeFont.NameFont.BoldFont.ItalicFont.Strike
Conforms To
CodableEquatable
Properties
size
let size: Size?
color
let color: Color?
name
let name: Name?
bold
let bold: Bold?
italic
let italic: Italic?
strike
let strike: Strike?