Chords
class Chords: PDFElement
A PDF chords element
Display all the chord diagrams of the song
-
All the chords from the song
Declaration
Swift
let chords: [ChordDefinition] -
The chord display options
Declaration
Swift
let options: AppSettings.DiagramDisplayOptions -
Init the chords element
Declaration
Swift
init(chords: [ChordDefinition], options: AppSettings.DiagramDisplayOptions)Parameters
chordsAll the chords from the song
optionsThe chord display options
-
Draw the chords element as a
SectionelementDeclaration
Swift
func draw(rect: inout CGRect, calculationOnly: Bool, pageRect: CGRect)Parameters
rectThe available rectangle
calculationOnlyBool if only the Bounding Rect should be calculated
pageRectThe page size of the PDF document
-
Declaration
Swift
class Diagram: PDFElement
View on GitHub