Structure
Font
public struct Font: Codable, Equatable
Relationships
Nested Types
Font.Size
Font.Name
Font.Bold
Font.Italic
Font.Strike
Conforms To
Codable
Equatable
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?