CoreXLSX Documentation Beta

Structure Font

public struct Font: Codable, Equatable
%3 Font Font Codable Codable Font->Codable Equatable Equatable Font->Equatable

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?