LyricsSection
class LyricsSection: PDFElement
A PDF lyrics section element
-
The section with lyrics
-
All the chords from the song
Declaration
Swift
let chords: [ChordDefinition] -
Init the lyrics section element
Declaration
Swift
init(_ section: Song.Section, chords: [ChordDefinition])Parameters
sectionThe section with lyrics
chordsAll the chords from the song
-
Draw the lyrics section element
Declaration
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
-
A PDF line element for a
See moreLyricsSectionDeclaration
Swift
class Line: PDFElement
View on GitHub